Color spaces of #cabac1
RGB | 202 | 186 | 193 |
---|---|---|---|
HSL | 0.93 | 0.13 | 0.76 |
HSV | 334° | 8° | 79° |
CMYK | 0.00 | 0.08 | 0.04 0.21 |
XYZ | 51.5417 | 51.5246 | 57.6808 |
Yxy | 51.5246 | 0.3206 | 0.3205 |
Hunter Lab | 71.7806 | 2.5548 | 2.6028 |
CIE-Lab | 76.9957 | 6.8903 | -1.4906 |
#cabac1 color RGB value is (202,186,193).
#cabac1 hex color red value is 202, green value is 186 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #cabac1 hue: 0.93 , saturation: 0.13 and the lightness value of cabac1 is 0.76.
The process color (four color CMYK) of #cabac1 color hex is 0.00, 0.08, 0.04, 0.21. Web safe color of #cabac1 is #cccccc. Color #cabac1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111010 | 11000001 |
Octal | 312 | 272 | 301 |
Decimal | 202 | 186 | 193 |
Hex | CA | BA | C1 |
Shades of #cabac1
Tints of #cabac1
RGB Percentages of Color #cabac1
CMYK Percentages of Color #cabac1
Complementary Color
#cabac1 | #bacac3 |
#cabac1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabac1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabac1 Color CSS Codes
.mybgcolor {background-color:#cabac1; } .myforecolor {color:#cabac1; } .mybordercolor {border:3px solid #cabac1; }
#cabac1 Text Font Color
<p style="color:#cabac1">Text here</p>
This sample text font color is #cabac1
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.
#cabac1 Background Color
<div style="background-color:#cabac1">
Div content here</div>
This div background color is #cabac1
#cabac1 Border Color
<div style="border:3px solid #cabac1">
Div here</div>
This div border color is #cabac1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,186,193, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabac1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabac1; -webkit-box-shadow: 1px 1px 3px 2px #cabac1; box-shadow: 1px 1px 3px 2px #cabac1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,186,193, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabac1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabac1; -webkit-box-shadow: 1px 1px 3px 2px #cabac1; box-shadow: 1px 1px 3px 2px #cabac1;">
Div content here</div>
This div box has shadow with color #cabac1
Comments
No comments written yet.
Please login to write comment.