Color spaces of #ccccaf
RGB | 204 | 204 | 175 |
---|---|---|---|
HSL | 0.17 | 0.22 | 0.74 |
HSV | 60° | 14° | 80° |
CMYK | 0.00 | 0.00 | 0.14 0.20 |
XYZ | 54.2326 | 59.1182 | 49.1100 |
Yxy | 59.1182 | 0.3338 | 0.3639 |
Hunter Lab | 76.8884 | -8.6511 | 15.9522 |
CIE-Lab | 81.3565 | -4.9307 | 14.4768 |
#ccccaf color RGB value is (204,204,175).
#ccccaf hex color red value is 204, green value is 204 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ccccaf hue: 0.17 , saturation: 0.22 and the lightness value of ccccaf is 0.74.
The process color (four color CMYK) of #ccccaf color hex is 0.00, 0.00, 0.14, 0.20. Web safe color of #ccccaf is #cccc99. Color #ccccaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001100 | 10101111 |
Octal | 314 | 314 | 257 |
Decimal | 204 | 204 | 175 |
Hex | CC | CC | AF |
Shades of #ccccaf
Tints of #ccccaf
RGB Percentages of Color #ccccaf
CMYK Percentages of Color #ccccaf
Complementary Color
#ccccaf | #afafcc |
#ccccaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccccaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccccaf Color CSS Codes
.mybgcolor {background-color:#ccccaf; } .myforecolor {color:#ccccaf; } .mybordercolor {border:3px solid #ccccaf; }
#ccccaf Text Font Color
<p style="color:#ccccaf">Text here</p>
This sample text font color is #ccccaf
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.
#ccccaf Background Color
<div style="background-color:#ccccaf">
Div content here</div>
This div background color is #ccccaf
#ccccaf Border Color
<div style="border:3px solid #ccccaf">
Div here</div>
This div border color is #ccccaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,204,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccccaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccccaf; -webkit-box-shadow: 1px 1px 3px 2px #ccccaf; box-shadow: 1px 1px 3px 2px #ccccaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,204,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccccaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccccaf; -webkit-box-shadow: 1px 1px 3px 2px #ccccaf; box-shadow: 1px 1px 3px 2px #ccccaf;">
Div content here</div>
This div box has shadow with color #ccccaf
Comments
No comments written yet.
Please login to write comment.