Color spaces of #caebac
RGB | 202 | 235 | 172 |
---|---|---|---|
HSL | 0.25 | 0.61 | 0.80 |
HSV | 91° | 27° | 92° |
CMYK | 0.14 | 0.00 | 0.27 0.08 |
XYZ | 61.5118 | 74.9518 | 50.2548 |
Yxy | 74.9518 | 0.3294 | 0.4014 |
Hunter Lab | 86.5747 | -24.6805 | 26.1857 |
CIE-Lab | 89.3704 | -21.6922 | 27.1112 |
#caebac color RGB value is (202,235,172).
#caebac hex color red value is 202, green value is 235 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #caebac hue: 0.25 , saturation: 0.61 and the lightness value of caebac is 0.80.
The process color (four color CMYK) of #caebac color hex is 0.14, 0.00, 0.27, 0.08. Web safe color of #caebac is #ccff99. Color #caebac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11101011 | 10101100 |
Octal | 312 | 353 | 254 |
Decimal | 202 | 235 | 172 |
Hex | CA | EB | AC |
Shades of #caebac
Tints of #caebac
RGB Percentages of Color #caebac
CMYK Percentages of Color #caebac
Complementary Color
#caebac | #cdaceb |
#caebac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caebac Color Preview on White Background
Lorem ipsum dolor sit amet.
#caebac Color CSS Codes
.mybgcolor {background-color:#caebac; } .myforecolor {color:#caebac; } .mybordercolor {border:3px solid #caebac; }
#caebac Text Font Color
<p style="color:#caebac">Text here</p>
This sample text font color is #caebac
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.
#caebac Background Color
<div style="background-color:#caebac">
Div content here</div>
This div background color is #caebac
#caebac Border Color
<div style="border:3px solid #caebac">
Div here</div>
This div border color is #caebac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,235,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caebac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caebac; -webkit-box-shadow: 1px 1px 3px 2px #caebac; box-shadow: 1px 1px 3px 2px #caebac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,235,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 #caebac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caebac; -webkit-box-shadow: 1px 1px 3px 2px #caebac; box-shadow: 1px 1px 3px 2px #caebac;">
Div content here</div>
This div box has shadow with color #caebac
Comments
No comments written yet.
Please login to write comment.