#c3d5e5 color RGB value is (195,213,229). #c3d5e5 color name is Light Ridge Light color.
#c3d5e5 hex color red value is 195 , green value is 213 and the blue value of its RGB is 229 . Cylindrical-coordinate representations (also known as HSL) of color #c3d5e5 hue: 208 , saturation: 40 and the lightness value of #c3d5e5 is 83
The process color (four color CMYK) of #c3d5e5 color hex is 6 , 3 ,0, 4 .
#c3d5e5
~Light Ridge Light
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 11010101 | 11100101 |
Octal | 303 | 325 | 345 |
Decimal | 195 | 213 | 229 |
Hex | c3 | d5 | e5 |
View this color variations of shades, tints, tones, hues and temperatures.
A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.
A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.
A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.
Color harmonies are pleasing color schemes created according to their position on a color wheel.
.bgcolor {background-color:#c3d5e5; } .forecolor {color:#c3d5e5; } .bordercolor {border:3px solid #c3d5e5; }
<div style="color:#c3d5e5">
Div content here</div>
This sample text font color is #c3d5e5
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat.
<div style="background-color:#c3d5e5">
Div content here</div>
<div style="border:3px solid #c3d5e5">
Div here</div>
This div border color is #c3d5e5
.textShadowRgb { text-shadow: 4px 4px 2px #c3d5e5; } .textShadowHex { text-shadow: 4px 4px 2px #c3d5e5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3d5e5; -webkit-box-shadow: 1px 1px 3px 2px #c3d5e5; box-shadow: 1px 1px 3px 2px #c3d5e5; }
<p style="text-shadow: 4px 4px 2px #c3d5e5">Text here</p>
This text has shadow with hex values.
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3d5e5; -webkit-box-shadow: 1px 1px 3px 2px #c3d5e5; box-shadow: 1px 1px 3px 2px #c3d5e5#c3d5e5">
Div content here</div>
This div box has shadow with color #c3d5e5