Color spaces of #c2babf
RGB | 194 | 186 | 191 |
---|---|---|---|
HSL | 0.90 | 0.06 | 0.75 |
HSV | 323° | 4° | 76° |
CMYK | 0.00 | 0.04 | 0.02 0.24 |
XYZ | 49.2110 | 50.3487 | 56.4148 |
Yxy | 50.3487 | 0.3155 | 0.3228 |
Hunter Lab | 70.9568 | -0.3785 | 2.5308 |
CIE-Lab | 76.2828 | 3.7223 | -1.5270 |
#c2babf color RGB value is (194,186,191).
#c2babf hex color red value is 194, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c2babf hue: 0.90 , saturation: 0.06 and the lightness value of c2babf is 0.75.
The process color (four color CMYK) of #c2babf color hex is 0.00, 0.04, 0.02, 0.24. Web safe color of #c2babf is #cccccc. Color #c2babf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10111010 | 10111111 |
Octal | 302 | 272 | 277 |
Decimal | 194 | 186 | 191 |
Hex | C2 | BA | BF |
Shades of #c2babf
Tints of #c2babf
RGB Percentages of Color #c2babf
CMYK Percentages of Color #c2babf
Complementary Color
#c2babf | #bac2bd |
#c2babf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2babf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2babf Color CSS Codes
.mybgcolor {background-color:#c2babf; } .myforecolor {color:#c2babf; } .mybordercolor {border:3px solid #c2babf; }
#c2babf Text Font Color
<p style="color:#c2babf">Text here</p>
This sample text font color is #c2babf
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.
#c2babf Background Color
<div style="background-color:#c2babf">
Div content here</div>
This div background color is #c2babf
#c2babf Border Color
<div style="border:3px solid #c2babf">
Div here</div>
This div border color is #c2babf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,186,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2babf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2babf; -webkit-box-shadow: 1px 1px 3px 2px #c2babf; box-shadow: 1px 1px 3px 2px #c2babf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,186,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c2babf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2babf; -webkit-box-shadow: 1px 1px 3px 2px #c2babf; box-shadow: 1px 1px 3px 2px #c2babf;">
Div content here</div>
This div box has shadow with color #c2babf
Comments
No comments written yet.
Please login to write comment.