Color spaces of #cfd1ea
RGB | 207 | 209 | 234 |
---|---|---|---|
HSL | 0.65 | 0.39 | 0.86 |
HSV | 236° | 12° | 92° |
CMYK | 0.12 | 0.11 | 0.00 0.08 |
XYZ | 63.3839 | 64.8068 | 87.0102 |
Yxy | 64.8068 | 0.2945 | 0.3011 |
Hunter Lab | 80.5027 | -0.3374 | -7.7309 |
CIE-Lab | 84.3841 | 4.1444 | -12.5192 |
#cfd1ea color RGB value is (207,209,234).
#cfd1ea hex color red value is 207, green value is 209 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cfd1ea hue: 0.65 , saturation: 0.39 and the lightness value of cfd1ea is 0.86.
The process color (four color CMYK) of #cfd1ea color hex is 0.12, 0.11, 0.00, 0.08. Web safe color of #cfd1ea is #ccccff. Color #cfd1ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11010001 | 11101010 |
Octal | 317 | 321 | 352 |
Decimal | 207 | 209 | 234 |
Hex | CF | D1 | EA |
Shades of #cfd1ea
Tints of #cfd1ea
RGB Percentages of Color #cfd1ea
CMYK Percentages of Color #cfd1ea
Complementary Color
#cfd1ea | #eae8cf |
#cfd1ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfd1ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfd1ea Color CSS Codes
.mybgcolor {background-color:#cfd1ea; } .myforecolor {color:#cfd1ea; } .mybordercolor {border:3px solid #cfd1ea; }
#cfd1ea Text Font Color
<p style="color:#cfd1ea">Text here</p>
This sample text font color is #cfd1ea
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.
#cfd1ea Background Color
<div style="background-color:#cfd1ea">
Div content here</div>
This div background color is #cfd1ea
#cfd1ea Border Color
<div style="border:3px solid #cfd1ea">
Div here</div>
This div border color is #cfd1ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,209,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd1ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfd1ea; -webkit-box-shadow: 1px 1px 3px 2px #cfd1ea; box-shadow: 1px 1px 3px 2px #cfd1ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,209,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 #cfd1ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd1ea; -webkit-box-shadow: 1px 1px 3px 2px #cfd1ea; box-shadow: 1px 1px 3px 2px #cfd1ea;">
Div content here</div>
This div box has shadow with color #cfd1ea
#cfd1ea Color Palettes
Comments
No comments written yet.
Please login to write comment.