Color spaces of #cabeac
RGB | 202 | 190 | 172 |
---|---|---|---|
HSL | 0.10 | 0.22 | 0.73 |
HSV | 36° | 15° | 79° |
CMYK | 0.00 | 0.06 | 0.15 0.21 |
XYZ | 50.2170 | 52.3620 | 46.4899 |
Yxy | 52.3620 | 0.3369 | 0.3513 |
Hunter Lab | 72.3616 | -2.7586 | 12.5613 |
CIE-Lab | 77.4968 | 1.2069 | 10.5998 |
#cabeac color RGB value is (202,190,172).
#cabeac hex color red value is 202, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cabeac hue: 0.10 , saturation: 0.22 and the lightness value of cabeac is 0.73.
The process color (four color CMYK) of #cabeac color hex is 0.00, 0.06, 0.15, 0.21. Web safe color of #cabeac is #cccc99. Color #cabeac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111110 | 10101100 |
Octal | 312 | 276 | 254 |
Decimal | 202 | 190 | 172 |
Hex | CA | BE | AC |
Shades of #cabeac
Tints of #cabeac
RGB Percentages of Color #cabeac
CMYK Percentages of Color #cabeac
Complementary Color
#cabeac | #acb8ca |
#cabeac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabeac Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabeac Color CSS Codes
.mybgcolor {background-color:#cabeac; } .myforecolor {color:#cabeac; } .mybordercolor {border:3px solid #cabeac; }
#cabeac Text Font Color
<p style="color:#cabeac">Text here</p>
This sample text font color is #cabeac
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.
#cabeac Background Color
<div style="background-color:#cabeac">
Div content here</div>
This div background color is #cabeac
#cabeac Border Color
<div style="border:3px solid #cabeac">
Div here</div>
This div border color is #cabeac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,190,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabeac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabeac; -webkit-box-shadow: 1px 1px 3px 2px #cabeac; box-shadow: 1px 1px 3px 2px #cabeac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,190,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabeac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabeac; -webkit-box-shadow: 1px 1px 3px 2px #cabeac; box-shadow: 1px 1px 3px 2px #cabeac;">
Div content here</div>
This div box has shadow with color #cabeac
Comments
No comments written yet.
Please login to write comment.