Color spaces of #c1babe
RGB | 193 | 186 | 190 |
---|---|---|---|
HSL | 0.90 | 0.05 | 0.74 |
HSV | 326° | 4° | 76° |
CMYK | 0.00 | 0.04 | 0.02 0.24 |
XYZ | 48.8455 | 50.1730 | 55.8251 |
Yxy | 50.1730 | 0.3155 | 0.3240 |
Hunter Lab | 70.8329 | -0.8662 | 2.8552 |
CIE-Lab | 76.1753 | 3.1891 | -1.1507 |
#c1babe color RGB value is (193,186,190).
#c1babe hex color red value is 193, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c1babe hue: 0.90 , saturation: 0.05 and the lightness value of c1babe is 0.74.
The process color (four color CMYK) of #c1babe color hex is 0.00, 0.04, 0.02, 0.24. Web safe color of #c1babe is #cccccc. Color #c1babe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000001 | 10111010 | 10111110 |
Octal | 301 | 272 | 276 |
Decimal | 193 | 186 | 190 |
Hex | C1 | BA | BE |
Shades of #c1babe
Tints of #c1babe
RGB Percentages of Color #c1babe
CMYK Percentages of Color #c1babe
Complementary Color
#c1babe | #bac1bd |
#c1babe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c1babe Color Preview on White Background
Lorem ipsum dolor sit amet.
#c1babe Color CSS Codes
.mybgcolor {background-color:#c1babe; } .myforecolor {color:#c1babe; } .mybordercolor {border:3px solid #c1babe; }
#c1babe Text Font Color
<p style="color:#c1babe">Text here</p>
This sample text font color is #c1babe
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.
#c1babe Background Color
<div style="background-color:#c1babe">
Div content here</div>
This div background color is #c1babe
#c1babe Border Color
<div style="border:3px solid #c1babe">
Div here</div>
This div border color is #c1babe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(193,186,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c1babe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c1babe; -webkit-box-shadow: 1px 1px 3px 2px #c1babe; box-shadow: 1px 1px 3px 2px #c1babe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(193,186,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c1babe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c1babe; -webkit-box-shadow: 1px 1px 3px 2px #c1babe; box-shadow: 1px 1px 3px 2px #c1babe;">
Div content here</div>
This div box has shadow with color #c1babe
Comments
No comments written yet.
Please login to write comment.