Color spaces of #caaebb
RGB | 202 | 174 | 187 |
---|---|---|---|
HSL | 0.92 | 0.21 | 0.74 |
HSV | 332° | 14° | 79° |
CMYK | 0.00 | 0.14 | 0.07 0.21 |
XYZ | 48.4628 | 46.4165 | 53.4187 |
Yxy | 46.4165 | 0.3268 | 0.3130 |
Hunter Lab | 68.1297 | 7.7459 | 1.2030 |
CIE-Lab | 73.8150 | 12.3143 | -2.8863 |
#caaebb color RGB value is (202,174,187).
#caaebb hex color red value is 202, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #caaebb hue: 0.92 , saturation: 0.21 and the lightness value of caaebb is 0.74.
The process color (four color CMYK) of #caaebb color hex is 0.00, 0.14, 0.07, 0.21. Web safe color of #caaebb is #cc99cc. Color #caaebb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101110 | 10111011 |
Octal | 312 | 256 | 273 |
Decimal | 202 | 174 | 187 |
Hex | CA | AE | BB |
Shades of #caaebb
Tints of #caaebb
RGB Percentages of Color #caaebb
CMYK Percentages of Color #caaebb
Complementary Color
#caaebb | #aecabd |
#caaebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caaebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#caaebb Color CSS Codes
.mybgcolor {background-color:#caaebb; } .myforecolor {color:#caaebb; } .mybordercolor {border:3px solid #caaebb; }
#caaebb Text Font Color
<p style="color:#caaebb">Text here</p>
This sample text font color is #caaebb
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.
#caaebb Background Color
<div style="background-color:#caaebb">
Div content here</div>
This div background color is #caaebb
#caaebb Border Color
<div style="border:3px solid #caaebb">
Div here</div>
This div border color is #caaebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,174,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caaebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caaebb; -webkit-box-shadow: 1px 1px 3px 2px #caaebb; box-shadow: 1px 1px 3px 2px #caaebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,174,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caaebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caaebb; -webkit-box-shadow: 1px 1px 3px 2px #caaebb; box-shadow: 1px 1px 3px 2px #caaebb;">
Div content here</div>
This div box has shadow with color #caaebb
Comments
No comments written yet.
Please login to write comment.