Color spaces of #c2baab
RGB | 194 | 186 | 171 |
---|---|---|---|
HSL | 0.11 | 0.16 | 0.72 |
HSV | 39° | 12° | 76° |
CMYK | 0.00 | 0.04 | 0.12 0.24 |
XYZ | 47.1577 | 49.5274 | 45.6023 |
Yxy | 49.5274 | 0.3314 | 0.3481 |
Hunter Lab | 70.3757 | -3.5473 | 10.8440 |
CIE-Lab | 75.7783 | 0.2335 | 8.6014 |
#c2baab color RGB value is (194,186,171).
#c2baab hex color red value is 194, green value is 186 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #c2baab hue: 0.11 , saturation: 0.16 and the lightness value of c2baab is 0.72.
The process color (four color CMYK) of #c2baab color hex is 0.00, 0.04, 0.12, 0.24. Web safe color of #c2baab is #cccc99. Color #c2baab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10111010 | 10101011 |
Octal | 302 | 272 | 253 |
Decimal | 194 | 186 | 171 |
Hex | C2 | BA | AB |
Shades of #c2baab
Tints of #c2baab
RGB Percentages of Color #c2baab
CMYK Percentages of Color #c2baab
Complementary Color
#c2baab | #abb3c2 |
#c2baab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2baab Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2baab Color CSS Codes
.mybgcolor {background-color:#c2baab; } .myforecolor {color:#c2baab; } .mybordercolor {border:3px solid #c2baab; }
#c2baab Text Font Color
<p style="color:#c2baab">Text here</p>
This sample text font color is #c2baab
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.
#c2baab Background Color
<div style="background-color:#c2baab">
Div content here</div>
This div background color is #c2baab
#c2baab Border Color
<div style="border:3px solid #c2baab">
Div here</div>
This div border color is #c2baab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,186,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2baab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2baab; -webkit-box-shadow: 1px 1px 3px 2px #c2baab; box-shadow: 1px 1px 3px 2px #c2baab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,186,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 #c2baab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2baab; -webkit-box-shadow: 1px 1px 3px 2px #c2baab; box-shadow: 1px 1px 3px 2px #c2baab;">
Div content here</div>
This div box has shadow with color #c2baab
Comments
No comments written yet.
Please login to write comment.