Color spaces of #c9dfef
RGB | 201 | 223 | 239 |
---|---|---|---|
HSL | 0.57 | 0.54 | 0.86 |
HSV | 205° | 16° | 94° |
CMYK | 0.16 | 0.07 | 0.00 0.06 |
XYZ | 66.0551 | 71.4249 | 91.9663 |
Yxy | 71.4249 | 0.2879 | 0.3113 |
Hunter Lab | 84.5133 | -8.3836 | -5.3594 |
CIE-Lab | 87.6910 | -4.0574 | -10.2765 |
#c9dfef color RGB value is (201,223,239).
#c9dfef hex color red value is 201, green value is 223 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c9dfef hue: 0.57 , saturation: 0.54 and the lightness value of c9dfef is 0.86.
The process color (four color CMYK) of #c9dfef color hex is 0.16, 0.07, 0.00, 0.06. Web safe color of #c9dfef is #ccccff. Color #c9dfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 11011111 | 11101111 |
Octal | 311 | 337 | 357 |
Decimal | 201 | 223 | 239 |
Hex | C9 | DF | EF |
Shades of #c9dfef
Tints of #c9dfef
RGB Percentages of Color #c9dfef
CMYK Percentages of Color #c9dfef
Complementary Color
#c9dfef | #efd9c9 |
#c9dfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9dfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9dfef Color CSS Codes
.mybgcolor {background-color:#c9dfef; } .myforecolor {color:#c9dfef; } .mybordercolor {border:3px solid #c9dfef; }
#c9dfef Text Font Color
<p style="color:#c9dfef">Text here</p>
This sample text font color is #c9dfef
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.
#c9dfef Background Color
<div style="background-color:#c9dfef">
Div content here</div>
This div background color is #c9dfef
#c9dfef Border Color
<div style="border:3px solid #c9dfef">
Div here</div>
This div border color is #c9dfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,223,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9dfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9dfef; -webkit-box-shadow: 1px 1px 3px 2px #c9dfef; box-shadow: 1px 1px 3px 2px #c9dfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,223,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9dfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9dfef; -webkit-box-shadow: 1px 1px 3px 2px #c9dfef; box-shadow: 1px 1px 3px 2px #c9dfef;">
Div content here</div>
This div box has shadow with color #c9dfef
Comments
No comments written yet.
Please login to write comment.