Color spaces of #cccfea
RGB | 204 | 207 | 234 |
---|---|---|---|
HSL | 0.65 | 0.42 | 0.86 |
HSV | 234° | 13° | 92° |
CMYK | 0.13 | 0.12 | 0.00 0.08 |
XYZ | 62.0659 | 63.4035 | 86.8088 |
Yxy | 63.4035 | 0.2924 | 0.2987 |
Hunter Lab | 79.6263 | -0.2116 | -8.8997 |
CIE-Lab | 83.6542 | 4.2413 | -13.6342 |
#cccfea color RGB value is (204,207,234).
#cccfea hex color red value is 204, green value is 207 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cccfea hue: 0.65 , saturation: 0.42 and the lightness value of cccfea is 0.86.
The process color (four color CMYK) of #cccfea color hex is 0.13, 0.12, 0.00, 0.08. Web safe color of #cccfea is #ccccff. Color #cccfea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001111 | 11101010 |
Octal | 314 | 317 | 352 |
Decimal | 204 | 207 | 234 |
Hex | CC | CF | EA |
Shades of #cccfea
Tints of #cccfea
RGB Percentages of Color #cccfea
CMYK Percentages of Color #cccfea
Complementary Color
#cccfea | #eae7cc |
#cccfea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccfea Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccfea Color CSS Codes
.mybgcolor {background-color:#cccfea; } .myforecolor {color:#cccfea; } .mybordercolor {border:3px solid #cccfea; }
#cccfea Text Font Color
<p style="color:#cccfea">Text here</p>
This sample text font color is #cccfea
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.
#cccfea Background Color
<div style="background-color:#cccfea">
Div content here</div>
This div background color is #cccfea
#cccfea Border Color
<div style="border:3px solid #cccfea">
Div here</div>
This div border color is #cccfea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,207,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccfea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccfea; -webkit-box-shadow: 1px 1px 3px 2px #cccfea; box-shadow: 1px 1px 3px 2px #cccfea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,207,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 #cccfea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccfea; -webkit-box-shadow: 1px 1px 3px 2px #cccfea; box-shadow: 1px 1px 3px 2px #cccfea;">
Div content here</div>
This div box has shadow with color #cccfea
Comments
No comments written yet.
Please login to write comment.