Color spaces of #cababe
RGB | 202 | 186 | 190 |
---|---|---|---|
HSL | 0.96 | 0.13 | 0.76 |
HSV | 345° | 8° | 79° |
CMYK | 0.00 | 0.08 | 0.06 0.21 |
XYZ | 51.2103 | 51.3921 | 55.9358 |
Yxy | 51.3921 | 0.3230 | 0.3242 |
Hunter Lab | 71.6883 | 2.0564 | 3.9199 |
CIE-Lab | 76.9159 | 6.3585 | 0.0205 |
#cababe color RGB value is (202,186,190).
#cababe hex color red value is 202, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cababe hue: 0.96 , saturation: 0.13 and the lightness value of cababe is 0.76.
The process color (four color CMYK) of #cababe color hex is 0.00, 0.08, 0.06, 0.21. Web safe color of #cababe is #cccccc. Color #cababe contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111010 | 10111110 |
Octal | 312 | 272 | 276 |
Decimal | 202 | 186 | 190 |
Hex | CA | BA | BE |
Shades of #cababe
Tints of #cababe
RGB Percentages of Color #cababe
CMYK Percentages of Color #cababe
Complementary Color
#cababe | #bacac6 |
#cababe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cababe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cababe Color CSS Codes
.mybgcolor {background-color:#cababe; } .myforecolor {color:#cababe; } .mybordercolor {border:3px solid #cababe; }
#cababe Text Font Color
<p style="color:#cababe">Text here</p>
This sample text font color is #cababe
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.
#cababe Background Color
<div style="background-color:#cababe">
Div content here</div>
This div background color is #cababe
#cababe Border Color
<div style="border:3px solid #cababe">
Div here</div>
This div border color is #cababe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,186,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cababe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cababe; -webkit-box-shadow: 1px 1px 3px 2px #cababe; box-shadow: 1px 1px 3px 2px #cababe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,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 #cababe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cababe; -webkit-box-shadow: 1px 1px 3px 2px #cababe; box-shadow: 1px 1px 3px 2px #cababe;">
Div content here</div>
This div box has shadow with color #cababe
Comments
No comments written yet.
Please login to write comment.