Color spaces of #c4cabb
RGB | 196 | 202 | 187 |
---|---|---|---|
HSL | 0.23 | 0.12 | 0.76 |
HSV | 84° | 7° | 79° |
CMYK | 0.03 | 0.00 | 0.07 0.21 |
XYZ | 52.8551 | 57.5647 | 55.3390 |
Yxy | 57.5647 | 0.3189 | 0.3473 |
Hunter Lab | 75.8714 | -8.4246 | 9.8651 |
CIE-Lab | 80.4962 | -4.7636 | 6.7650 |
#c4cabb color RGB value is (196,202,187).
#c4cabb hex color red value is 196, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c4cabb hue: 0.23 , saturation: 0.12 and the lightness value of c4cabb is 0.76.
The process color (four color CMYK) of #c4cabb color hex is 0.03, 0.00, 0.07, 0.21. Web safe color of #c4cabb is #cccccc. Color #c4cabb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 11001010 | 10111011 |
Octal | 304 | 312 | 273 |
Decimal | 196 | 202 | 187 |
Hex | C4 | CA | BB |
Shades of #c4cabb
Tints of #c4cabb
RGB Percentages of Color #c4cabb
CMYK Percentages of Color #c4cabb
Complementary Color
#c4cabb | #c1bbca |
#c4cabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4cabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4cabb Color CSS Codes
.mybgcolor {background-color:#c4cabb; } .myforecolor {color:#c4cabb; } .mybordercolor {border:3px solid #c4cabb; }
#c4cabb Text Font Color
<p style="color:#c4cabb">Text here</p>
This sample text font color is #c4cabb
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.
#c4cabb Background Color
<div style="background-color:#c4cabb">
Div content here</div>
This div background color is #c4cabb
#c4cabb Border Color
<div style="border:3px solid #c4cabb">
Div here</div>
This div border color is #c4cabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,202,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4cabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4cabb; -webkit-box-shadow: 1px 1px 3px 2px #c4cabb; box-shadow: 1px 1px 3px 2px #c4cabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,202,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4cabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4cabb; -webkit-box-shadow: 1px 1px 3px 2px #c4cabb; box-shadow: 1px 1px 3px 2px #c4cabb;">
Div content here</div>
This div box has shadow with color #c4cabb
Comments
No comments written yet.
Please login to write comment.