Color spaces of #caaeb1
RGB | 202 | 174 | 177 |
---|---|---|---|
HSL | 0.98 | 0.21 | 0.74 |
HSV | 354° | 14° | 79° |
CMYK | 0.00 | 0.14 | 0.12 0.21 |
XYZ | 47.4290 | 46.0030 | 47.9747 |
Yxy | 46.0030 | 0.3354 | 0.3253 |
Hunter Lab | 67.8255 | 6.1268 | 5.5405 |
CIE-Lab | 73.5475 | 10.6065 | 2.2041 |
#caaeb1 color RGB value is (202,174,177).
#caaeb1 hex color red value is 202, green value is 174 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #caaeb1 hue: 0.98 , saturation: 0.21 and the lightness value of caaeb1 is 0.74.
The process color (four color CMYK) of #caaeb1 color hex is 0.00, 0.14, 0.12, 0.21. Web safe color of #caaeb1 is #cc9999. Color #caaeb1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101110 | 10110001 |
Octal | 312 | 256 | 261 |
Decimal | 202 | 174 | 177 |
Hex | CA | AE | B1 |
Shades of #caaeb1
Tints of #caaeb1
RGB Percentages of Color #caaeb1
CMYK Percentages of Color #caaeb1
Complementary Color
#caaeb1 | #aecac7 |
#caaeb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caaeb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#caaeb1 Color CSS Codes
.mybgcolor {background-color:#caaeb1; } .myforecolor {color:#caaeb1; } .mybordercolor {border:3px solid #caaeb1; }
#caaeb1 Text Font Color
<p style="color:#caaeb1">Text here</p>
This sample text font color is #caaeb1
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.
#caaeb1 Background Color
<div style="background-color:#caaeb1">
Div content here</div>
This div background color is #caaeb1
#caaeb1 Border Color
<div style="border:3px solid #caaeb1">
Div here</div>
This div border color is #caaeb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,174,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caaeb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caaeb1; -webkit-box-shadow: 1px 1px 3px 2px #caaeb1; box-shadow: 1px 1px 3px 2px #caaeb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,174,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caaeb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caaeb1; -webkit-box-shadow: 1px 1px 3px 2px #caaeb1; box-shadow: 1px 1px 3px 2px #caaeb1;">
Div content here</div>
This div box has shadow with color #caaeb1
Comments
No comments written yet.
Please login to write comment.