Color spaces of #cfd8ea
RGB | 207 | 216 | 234 |
---|---|---|---|
HSL | 0.61 | 0.39 | 0.86 |
HSV | 220° | 12° | 92° |
CMYK | 0.12 | 0.08 | 0.00 0.08 |
XYZ | 65.1393 | 68.3176 | 87.5953 |
Yxy | 68.3176 | 0.2947 | 0.3091 |
Hunter Lab | 82.6545 | -3.9709 | -4.9761 |
CIE-Lab | 86.1650 | 0.4640 | -9.8637 |
#cfd8ea color RGB value is (207,216,234).
#cfd8ea hex color red value is 207, green value is 216 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cfd8ea hue: 0.61 , saturation: 0.39 and the lightness value of cfd8ea is 0.86.
The process color (four color CMYK) of #cfd8ea color hex is 0.12, 0.08, 0.00, 0.08. Web safe color of #cfd8ea is #ccccff. Color #cfd8ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011000 | 11101010 |
Octal | 317 | 330 | 352 |
Decimal | 207 | 216 | 234 |
Hex | CF | D8 | EA |
Shades of #cfd8ea
Tints of #cfd8ea
RGB Percentages of Color #cfd8ea
CMYK Percentages of Color #cfd8ea
Complementary Color
#cfd8ea | #eae1cf |
#cfd8ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfd8ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfd8ea Color CSS Codes
.mybgcolor {background-color:#cfd8ea; } .myforecolor {color:#cfd8ea; } .mybordercolor {border:3px solid #cfd8ea; }
#cfd8ea Text Font Color
<p style="color:#cfd8ea">Text here</p>
This sample text font color is #cfd8ea
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.
#cfd8ea Background Color
<div style="background-color:#cfd8ea">
Div content here</div>
This div background color is #cfd8ea
#cfd8ea Border Color
<div style="border:3px solid #cfd8ea">
Div here</div>
This div border color is #cfd8ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,216,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd8ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfd8ea; -webkit-box-shadow: 1px 1px 3px 2px #cfd8ea; box-shadow: 1px 1px 3px 2px #cfd8ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,216,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfd8ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd8ea; -webkit-box-shadow: 1px 1px 3px 2px #cfd8ea; box-shadow: 1px 1px 3px 2px #cfd8ea;">
Div content here</div>
This div box has shadow with color #cfd8ea
Comments
No comments written yet.
Please login to write comment.