Color spaces of #ccafec
RGB | 204 | 175 | 236 |
---|---|---|---|
HSL | 0.75 | 0.62 | 0.81 |
HSV | 269° | 26° | 93° |
CMYK | 0.14 | 0.26 | 0.00 0.07 |
XYZ | 55.3721 | 49.5534 | 86.0032 |
Yxy | 49.5534 | 0.2900 | 0.2595 |
Hunter Lab | 70.3942 | 17.2184 | -23.1609 |
CIE-Lab | 75.7943 | 21.9288 | -26.6103 |
#ccafec color RGB value is (204,175,236).
#ccafec hex color red value is 204, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #ccafec hue: 0.75 , saturation: 0.62 and the lightness value of ccafec is 0.81.
The process color (four color CMYK) of #ccafec color hex is 0.14, 0.26, 0.00, 0.07. Web safe color of #ccafec is #cc99ff. Color #ccafec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10101111 | 11101100 |
Octal | 314 | 257 | 354 |
Decimal | 204 | 175 | 236 |
Hex | CC | AF | EC |
Shades of #ccafec
Tints of #ccafec
RGB Percentages of Color #ccafec
CMYK Percentages of Color #ccafec
Complementary Color
#ccafec | #cfecaf |
#ccafec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccafec Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccafec Color CSS Codes
.mybgcolor {background-color:#ccafec; } .myforecolor {color:#ccafec; } .mybordercolor {border:3px solid #ccafec; }
#ccafec Text Font Color
<p style="color:#ccafec">Text here</p>
This sample text font color is #ccafec
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.
#ccafec Background Color
<div style="background-color:#ccafec">
Div content here</div>
This div background color is #ccafec
#ccafec Border Color
<div style="border:3px solid #ccafec">
Div here</div>
This div border color is #ccafec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,175,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccafec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccafec; -webkit-box-shadow: 1px 1px 3px 2px #ccafec; box-shadow: 1px 1px 3px 2px #ccafec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,175,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 #ccafec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccafec; -webkit-box-shadow: 1px 1px 3px 2px #ccafec; box-shadow: 1px 1px 3px 2px #ccafec;">
Div content here</div>
This div box has shadow with color #ccafec
Comments
No comments written yet.
Please login to write comment.