Color spaces of #cab5be
RGB | 202 | 181 | 190 |
---|---|---|---|
HSL | 0.93 | 0.17 | 0.75 |
HSV | 334° | 10° | 79° |
CMYK | 0.00 | 0.10 | 0.06 0.21 |
XYZ | 50.1753 | 49.3220 | 55.5908 |
Yxy | 49.3220 | 0.3235 | 0.3180 |
Hunter Lab | 70.2296 | 4.6268 | 2.2293 |
CIE-Lab | 75.6512 | 9.0501 | -1.8300 |
#cab5be color RGB value is (202,181,190).
#cab5be hex color red value is 202, green value is 181 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #cab5be hue: 0.93 , saturation: 0.17 and the lightness value of cab5be is 0.75.
The process color (four color CMYK) of #cab5be color hex is 0.00, 0.10, 0.06, 0.21. Web safe color of #cab5be is #cccccc. Color #cab5be contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10110101 | 10111110 |
Octal | 312 | 265 | 276 |
Decimal | 202 | 181 | 190 |
Hex | CA | B5 | BE |
Shades of #cab5be
Tints of #cab5be
RGB Percentages of Color #cab5be
CMYK Percentages of Color #cab5be
Complementary Color
#cab5be | #b5cac1 |
#cab5be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab5be Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab5be Color CSS Codes
.mybgcolor {background-color:#cab5be; } .myforecolor {color:#cab5be; } .mybordercolor {border:3px solid #cab5be; }
#cab5be Text Font Color
<p style="color:#cab5be">Text here</p>
This sample text font color is #cab5be
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.
#cab5be Background Color
<div style="background-color:#cab5be">
Div content here</div>
This div background color is #cab5be
#cab5be Border Color
<div style="border:3px solid #cab5be">
Div here</div>
This div border color is #cab5be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,181,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab5be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab5be; -webkit-box-shadow: 1px 1px 3px 2px #cab5be; box-shadow: 1px 1px 3px 2px #cab5be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,181,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab5be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab5be; -webkit-box-shadow: 1px 1px 3px 2px #cab5be; box-shadow: 1px 1px 3px 2px #cab5be;">
Div content here</div>
This div box has shadow with color #cab5be
Comments
No comments written yet.
Please login to write comment.