Color spaces of #c2bbae
RGB | 194 | 187 | 174 |
---|---|---|---|
HSL | 0.11 | 0.14 | 0.72 |
HSV | 39° | 10° | 76° |
CMYK | 0.00 | 0.04 | 0.10 0.24 |
XYZ | 47.6584 | 50.0660 | 47.1962 |
Yxy | 50.0660 | 0.3289 | 0.3455 |
Hunter Lab | 70.7573 | -3.5972 | 9.9828 |
CIE-Lab | 76.1098 | 0.2006 | 7.4495 |
#c2bbae color RGB value is (194,187,174).
#c2bbae hex color red value is 194, green value is 187 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c2bbae hue: 0.11 , saturation: 0.14 and the lightness value of c2bbae is 0.72.
The process color (four color CMYK) of #c2bbae color hex is 0.00, 0.04, 0.10, 0.24. Web safe color of #c2bbae is #cccc99. Color #c2bbae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10111011 | 10101110 |
Octal | 302 | 273 | 256 |
Decimal | 194 | 187 | 174 |
Hex | C2 | BB | AE |
Shades of #c2bbae
Tints of #c2bbae
RGB Percentages of Color #c2bbae
CMYK Percentages of Color #c2bbae
Complementary Color
#c2bbae | #aeb5c2 |
#c2bbae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2bbae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2bbae Color CSS Codes
.mybgcolor {background-color:#c2bbae; } .myforecolor {color:#c2bbae; } .mybordercolor {border:3px solid #c2bbae; }
#c2bbae Text Font Color
<p style="color:#c2bbae">Text here</p>
This sample text font color is #c2bbae
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.
#c2bbae Background Color
<div style="background-color:#c2bbae">
Div content here</div>
This div background color is #c2bbae
#c2bbae Border Color
<div style="border:3px solid #c2bbae">
Div here</div>
This div border color is #c2bbae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,187,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2bbae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2bbae; -webkit-box-shadow: 1px 1px 3px 2px #c2bbae; box-shadow: 1px 1px 3px 2px #c2bbae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,187,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2bbae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2bbae; -webkit-box-shadow: 1px 1px 3px 2px #c2bbae; box-shadow: 1px 1px 3px 2px #c2bbae;">
Div content here</div>
This div box has shadow with color #c2bbae
#c2bbae Color Palettes
Comments
No comments written yet.
Please login to write comment.