Hex #c9e8fc Color
equivalent to
RGB
(201, 232, 252)Details of #c9e8fc
|
|
|
|
Color HEX #c9e8fc matches (201, 232, 252) in RGB.
#c9e8fc hex color red value is 201, green value is 232 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c9e8fc hue: 0.57, saturation: 0.89 and the lightness value of c9e8fc is 0.89.
The process color (four color CMYK) of #c9e8fc color hex is 0.20, 0.08, 0.00, 0.01. Web safe color of #c9e8fc is #ccffff. Color #c9e8fc contains mainly BLUE color.
Base Numbers
|
|
|
|
#c9e8fc tints
#c9e8fc shades
RGB in % of #c9e8fc
CMYK in % of #c9e8fc
Preview Color #c9e8fc on black ground
Very nice color.
Preview Color #c9e8fc on white ground
Very nice color.
CSS Codes #c9e8fc color
.mybgcolor {background-color:#c9e8fc; } .myforecolor {color:#c9e8fc; } .mybordercolor {border:3px solid #c9e8fc; }
Text Font Color #c9e8fc
<p style="color:#c9e8fc">Text here</p>
This sample text font color is #c9e8fc
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.
Background Color #c9e8fc
<div style="background-color:#c9e8fc">
Div content here</div>
This div background color is #c9e8fc
Border Color #c9e8fc
<div style="border:3px solid #c9e8fc">
Div here</div>
The color of this border is #c9e8fc
Examples Css3
.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9e8fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9e8fc; -webkit-box-shadow: 1px 1px 3px 2px #c9e8fc; box-shadow: 1px 1px 3px 2px #c9e8fc; }
Text Shadow using RGB
<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
The shadow of this text using RGB.
Text Shadow using Hex
<p style="text-shadow: 4px 4px 2px #c9e8fc">Text here</p>
The shadow of this text using hex.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9e8fc; -webkit-box-shadow: 1px 1px 3px 2px #c9e8fc; box-shadow: 1px 1px 3px 2px #c9e8fc;">
Div content here</div>
The shadow of div box using color #c9e8fc