Color spaces of #cabeab
RGB | 202 | 190 | 171 |
---|---|---|---|
HSL | 0.10 | 0.23 | 0.73 |
HSV | 37° | 15° | 79° |
CMYK | 0.00 | 0.06 | 0.15 0.21 |
XYZ | 50.1213 | 52.3237 | 45.9859 |
Yxy | 52.3237 | 0.3377 | 0.3525 |
Hunter Lab | 72.3351 | -2.9031 | 12.9419 |
CIE-Lab | 77.4740 | 1.0483 | 11.1067 |
#cabeab color RGB value is (202,190,171).
#cabeab hex color red value is 202, green value is 190 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #cabeab hue: 0.10 , saturation: 0.23 and the lightness value of cabeab is 0.73.
The process color (four color CMYK) of #cabeab color hex is 0.00, 0.06, 0.15, 0.21. Web safe color of #cabeab is #cccc99. Color #cabeab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111110 | 10101011 |
Octal | 312 | 276 | 253 |
Decimal | 202 | 190 | 171 |
Hex | CA | BE | AB |
Shades of #cabeab
Tints of #cabeab
RGB Percentages of Color #cabeab
CMYK Percentages of Color #cabeab
Complementary Color
#cabeab | #abb7ca |
#cabeab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabeab Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabeab Color CSS Codes
.mybgcolor {background-color:#cabeab; } .myforecolor {color:#cabeab; } .mybordercolor {border:3px solid #cabeab; }
#cabeab Text Font Color
<p style="color:#cabeab">Text here</p>
This sample text font color is #cabeab
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.
#cabeab Background Color
<div style="background-color:#cabeab">
Div content here</div>
This div background color is #cabeab
#cabeab Border Color
<div style="border:3px solid #cabeab">
Div here</div>
This div border color is #cabeab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,190,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabeab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabeab; -webkit-box-shadow: 1px 1px 3px 2px #cabeab; box-shadow: 1px 1px 3px 2px #cabeab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,190,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 #cabeab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabeab; -webkit-box-shadow: 1px 1px 3px 2px #cabeab; box-shadow: 1px 1px 3px 2px #cabeab;">
Div content here</div>
This div box has shadow with color #cabeab
Comments
No comments written yet.
Please login to write comment.