Color spaces of #cccabd
RGB | 204 | 202 | 189 |
---|---|---|---|
HSL | 0.14 | 0.13 | 0.77 |
HSV | 52° | 7° | 80° |
CMYK | 0.00 | 0.01 | 0.07 0.20 |
XYZ | 55.2077 | 58.7526 | 56.5747 |
Yxy | 58.7526 | 0.3237 | 0.3445 |
Hunter Lab | 76.6502 | -5.5725 | 9.8939 |
CIE-Lab | 81.1554 | -1.5931 | 6.7224 |
#cccabd color RGB value is (204,202,189).
#cccabd hex color red value is 204, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cccabd hue: 0.14 , saturation: 0.13 and the lightness value of cccabd is 0.77.
The process color (four color CMYK) of #cccabd color hex is 0.00, 0.01, 0.07, 0.20. Web safe color of #cccabd is #cccccc. Color #cccabd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001010 | 10111101 |
Octal | 314 | 312 | 275 |
Decimal | 204 | 202 | 189 |
Hex | CC | CA | BD |
Shades of #cccabd
Tints of #cccabd
RGB Percentages of Color #cccabd
CMYK Percentages of Color #cccabd
Complementary Color
#cccabd | #bdbfcc |
#cccabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccabd Color CSS Codes
.mybgcolor {background-color:#cccabd; } .myforecolor {color:#cccabd; } .mybordercolor {border:3px solid #cccabd; }
#cccabd Text Font Color
<p style="color:#cccabd">Text here</p>
This sample text font color is #cccabd
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.
#cccabd Background Color
<div style="background-color:#cccabd">
Div content here</div>
This div background color is #cccabd
#cccabd Border Color
<div style="border:3px solid #cccabd">
Div here</div>
This div border color is #cccabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,202,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccabd; -webkit-box-shadow: 1px 1px 3px 2px #cccabd; box-shadow: 1px 1px 3px 2px #cccabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,202,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccabd; -webkit-box-shadow: 1px 1px 3px 2px #cccabd; box-shadow: 1px 1px 3px 2px #cccabd;">
Div content here</div>
This div box has shadow with color #cccabd
Comments
No comments written yet.
Please login to write comment.