Color spaces of #cccac5
RGB | 204 | 202 | 197 |
---|---|---|---|
HSL | 0.12 | 0.06 | 0.79 |
HSV | 43° | 3° | 80° |
CMYK | 0.00 | 0.01 | 0.03 0.20 |
XYZ | 56.1004 | 59.1096 | 61.2758 |
Yxy | 59.1096 | 0.3179 | 0.3349 |
Hunter Lab | 76.8828 | -4.2956 | 6.5636 |
CIE-Lab | 81.3518 | -0.2030 | 2.7254 |
#cccac5 color RGB value is (204,202,197).
#cccac5 hex color red value is 204, green value is 202 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #cccac5 hue: 0.12 , saturation: 0.06 and the lightness value of cccac5 is 0.79.
The process color (four color CMYK) of #cccac5 color hex is 0.00, 0.01, 0.03, 0.20. Web safe color of #cccac5 is #cccccc. Color #cccac5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001010 | 11000101 |
Octal | 314 | 312 | 305 |
Decimal | 204 | 202 | 197 |
Hex | CC | CA | C5 |
Shades of #cccac5
Tints of #cccac5
RGB Percentages of Color #cccac5
CMYK Percentages of Color #cccac5
Complementary Color
#cccac5 | #c5c7cc |
#cccac5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccac5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccac5 Color CSS Codes
.mybgcolor {background-color:#cccac5; } .myforecolor {color:#cccac5; } .mybordercolor {border:3px solid #cccac5; }
#cccac5 Text Font Color
<p style="color:#cccac5">Text here</p>
This sample text font color is #cccac5
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.
#cccac5 Background Color
<div style="background-color:#cccac5">
Div content here</div>
This div background color is #cccac5
#cccac5 Border Color
<div style="border:3px solid #cccac5">
Div here</div>
This div border color is #cccac5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,202,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccac5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccac5; -webkit-box-shadow: 1px 1px 3px 2px #cccac5; box-shadow: 1px 1px 3px 2px #cccac5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,202,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccac5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccac5; -webkit-box-shadow: 1px 1px 3px 2px #cccac5; box-shadow: 1px 1px 3px 2px #cccac5;">
Div content here</div>
This div box has shadow with color #cccac5
Comments
No comments written yet.
Please login to write comment.