Color spaces of #cccfab
RGB | 204 | 207 | 171 |
---|---|---|---|
HSL | 0.18 | 0.27 | 0.74 |
HSV | 65° | 17° | 81° |
CMYK | 0.01 | 0.00 | 0.17 0.19 |
XYZ | 54.5653 | 60.4033 | 47.3112 |
Yxy | 60.4033 | 0.3362 | 0.3722 |
Hunter Lab | 77.7196 | -10.6881 | 18.3113 |
CIE-Lab | 82.0569 | -7.1033 | 17.5804 |
#cccfab color RGB value is (204,207,171).
#cccfab hex color red value is 204, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cccfab hue: 0.18 , saturation: 0.27 and the lightness value of cccfab is 0.74.
The process color (four color CMYK) of #cccfab color hex is 0.01, 0.00, 0.17, 0.19. Web safe color of #cccfab is #cccc99. Color #cccfab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001111 | 10101011 |
Octal | 314 | 317 | 253 |
Decimal | 204 | 207 | 171 |
Hex | CC | CF | AB |
Shades of #cccfab
Tints of #cccfab
RGB Percentages of Color #cccfab
CMYK Percentages of Color #cccfab
Complementary Color
#cccfab | #aeabcf |
#cccfab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccfab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccfab Color CSS Codes
.mybgcolor {background-color:#cccfab; } .myforecolor {color:#cccfab; } .mybordercolor {border:3px solid #cccfab; }
#cccfab Text Font Color
<p style="color:#cccfab">Text here</p>
This sample text font color is #cccfab
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.
#cccfab Background Color
<div style="background-color:#cccfab">
Div content here</div>
This div background color is #cccfab
#cccfab Border Color
<div style="border:3px solid #cccfab">
Div here</div>
This div border color is #cccfab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,207,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccfab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccfab; -webkit-box-shadow: 1px 1px 3px 2px #cccfab; box-shadow: 1px 1px 3px 2px #cccfab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,207,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccfab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccfab; -webkit-box-shadow: 1px 1px 3px 2px #cccfab; box-shadow: 1px 1px 3px 2px #cccfab;">
Div content here</div>
This div box has shadow with color #cccfab
Comments
No comments written yet.
Please login to write comment.