Color spaces of #c4cabd
RGB | 196 | 202 | 189 |
---|---|---|---|
HSL | 0.24 | 0.11 | 0.77 |
HSV | 88° | 6° | 79° |
CMYK | 0.03 | 0.00 | 0.06 0.21 |
XYZ | 53.0708 | 57.6509 | 56.4747 |
Yxy | 57.6509 | 0.3174 | 0.3448 |
Hunter Lab | 75.9282 | -8.1099 | 9.0504 |
CIE-Lab | 80.5443 | -4.4125 | 5.7636 |
#c4cabd color RGB value is (196,202,189).
#c4cabd hex color red value is 196, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c4cabd hue: 0.24 , saturation: 0.11 and the lightness value of c4cabd is 0.77.
The process color (four color CMYK) of #c4cabd color hex is 0.03, 0.00, 0.06, 0.21. Web safe color of #c4cabd is #cccccc. Color #c4cabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 11001010 | 10111101 |
Octal | 304 | 312 | 275 |
Decimal | 196 | 202 | 189 |
Hex | C4 | CA | BD |
Shades of #c4cabd
Tints of #c4cabd
RGB Percentages of Color #c4cabd
CMYK Percentages of Color #c4cabd
Complementary Color
#c4cabd | #c3bdca |
#c4cabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4cabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4cabd Color CSS Codes
.mybgcolor {background-color:#c4cabd; } .myforecolor {color:#c4cabd; } .mybordercolor {border:3px solid #c4cabd; }
#c4cabd Text Font Color
<p style="color:#c4cabd">Text here</p>
This sample text font color is #c4cabd
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.
#c4cabd Background Color
<div style="background-color:#c4cabd">
Div content here</div>
This div background color is #c4cabd
#c4cabd Border Color
<div style="border:3px solid #c4cabd">
Div here</div>
This div border color is #c4cabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,202,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4cabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4cabd; -webkit-box-shadow: 1px 1px 3px 2px #c4cabd; box-shadow: 1px 1px 3px 2px #c4cabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,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 #c4cabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4cabd; -webkit-box-shadow: 1px 1px 3px 2px #c4cabd; box-shadow: 1px 1px 3px 2px #c4cabd;">
Div content here</div>
This div box has shadow with color #c4cabd
Comments
No comments written yet.
Please login to write comment.