Color spaces of #cabebd
RGB | 202 | 190 | 189 |
---|---|---|---|
HSL | 0.01 | 0.11 | 0.77 |
HSV | 5° | 6° | 79° |
CMYK | 0.00 | 0.06 | 0.06 0.21 |
XYZ | 51.9559 | 53.0576 | 55.6469 |
Yxy | 53.0576 | 0.3234 | 0.3302 |
Hunter Lab | 72.8406 | -0.1504 | 5.6936 |
CIE-Lab | 77.9090 | 4.0430 | 2.0089 |
#cabebd color RGB value is (202,190,189).
#cabebd hex color red value is 202, green value is 190 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #cabebd hue: 0.01 , saturation: 0.11 and the lightness value of cabebd is 0.77.
The process color (four color CMYK) of #cabebd color hex is 0.00, 0.06, 0.06, 0.21. Web safe color of #cabebd is #cccccc. Color #cabebd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111110 | 10111101 |
Octal | 312 | 276 | 275 |
Decimal | 202 | 190 | 189 |
Hex | CA | BE | BD |
Shades of #cabebd
Tints of #cabebd
RGB Percentages of Color #cabebd
CMYK Percentages of Color #cabebd
Complementary Color
#cabebd | #bdc9ca |
#cabebd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cabebd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cabebd Color CSS Codes
.mybgcolor {background-color:#cabebd; } .myforecolor {color:#cabebd; } .mybordercolor {border:3px solid #cabebd; }
#cabebd Text Font Color
<p style="color:#cabebd">Text here</p>
This sample text font color is #cabebd
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.
#cabebd Background Color
<div style="background-color:#cabebd">
Div content here</div>
This div background color is #cabebd
#cabebd Border Color
<div style="border:3px solid #cabebd">
Div here</div>
This div border color is #cabebd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,190,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cabebd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cabebd; -webkit-box-shadow: 1px 1px 3px 2px #cabebd; box-shadow: 1px 1px 3px 2px #cabebd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,190,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cabebd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cabebd; -webkit-box-shadow: 1px 1px 3px 2px #cabebd; box-shadow: 1px 1px 3px 2px #cabebd;">
Div content here</div>
This div box has shadow with color #cabebd
Comments
No comments written yet.
Please login to write comment.