Color spaces of #cfdfec
RGB | 207 | 223 | 236 |
---|---|---|---|
HSL | 0.57 | 0.43 | 0.87 |
HSV | 207° | 12° | 93° |
CMYK | 0.12 | 0.06 | 0.00 0.07 |
XYZ | 67.2601 | 72.0969 | 89.7280 |
Yxy | 72.0969 | 0.2936 | 0.3147 |
Hunter Lab | 84.9099 | -7.1962 | -3.2174 |
CIE-Lab | 88.0152 | -2.7778 | -8.1712 |
#cfdfec color RGB value is (207,223,236).
#cfdfec hex color red value is 207, green value is 223 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #cfdfec hue: 0.57 , saturation: 0.43 and the lightness value of cfdfec is 0.87.
The process color (four color CMYK) of #cfdfec color hex is 0.12, 0.06, 0.00, 0.07. Web safe color of #cfdfec is #ccccff. Color #cfdfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11011111 | 11101100 |
Octal | 317 | 337 | 354 |
Decimal | 207 | 223 | 236 |
Hex | CF | DF | EC |
Shades of #cfdfec
Tints of #cfdfec
RGB Percentages of Color #cfdfec
CMYK Percentages of Color #cfdfec
Complementary Color
#cfdfec | #ecdccf |
#cfdfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfdfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfdfec Color CSS Codes
.mybgcolor {background-color:#cfdfec; } .myforecolor {color:#cfdfec; } .mybordercolor {border:3px solid #cfdfec; }
#cfdfec Text Font Color
<p style="color:#cfdfec">Text here</p>
This sample text font color is #cfdfec
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.
#cfdfec Background Color
<div style="background-color:#cfdfec">
Div content here</div>
This div background color is #cfdfec
#cfdfec Border Color
<div style="border:3px solid #cfdfec">
Div here</div>
This div border color is #cfdfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,223,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfdfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfdfec; -webkit-box-shadow: 1px 1px 3px 2px #cfdfec; box-shadow: 1px 1px 3px 2px #cfdfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,223,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfdfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfdfec; -webkit-box-shadow: 1px 1px 3px 2px #cfdfec; box-shadow: 1px 1px 3px 2px #cfdfec;">
Div content here</div>
This div box has shadow with color #cfdfec
Comments
No comments written yet.
Please login to write comment.