Color spaces of #cbada0
RGB | 203 | 173 | 160 |
---|---|---|---|
HSL | 0.05 | 0.29 | 0.71 |
HSV | 18° | 21° | 80° |
CMYK | 0.00 | 0.15 | 0.21 0.20 |
XYZ | 45.9173 | 45.1217 | 39.5470 |
Yxy | 45.1217 | 0.3516 | 0.3455 |
Hunter Lab | 67.1727 | 4.4652 | 12.1147 |
CIE-Lab | 72.9720 | 8.8282 | 10.7030 |
#cbada0 color RGB value is (203,173,160).
#cbada0 hex color red value is 203, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #cbada0 hue: 0.05 , saturation: 0.29 and the lightness value of cbada0 is 0.71.
The process color (four color CMYK) of #cbada0 color hex is 0.00, 0.15, 0.21, 0.20. Web safe color of #cbada0 is #cc9999. Color #cbada0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101101 | 10100000 |
Octal | 313 | 255 | 240 |
Decimal | 203 | 173 | 160 |
Hex | CB | AD | A0 |
Shades of #cbada0
Tints of #cbada0
RGB Percentages of Color #cbada0
CMYK Percentages of Color #cbada0
Complementary Color
#cbada0 | #a0becb |
#cbada0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbada0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbada0 Color CSS Codes
.mybgcolor {background-color:#cbada0; } .myforecolor {color:#cbada0; } .mybordercolor {border:3px solid #cbada0; }
#cbada0 Text Font Color
<p style="color:#cbada0">Text here</p>
This sample text font color is #cbada0
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.
#cbada0 Background Color
<div style="background-color:#cbada0">
Div content here</div>
This div background color is #cbada0
#cbada0 Border Color
<div style="border:3px solid #cbada0">
Div here</div>
This div border color is #cbada0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,173,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbada0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbada0; -webkit-box-shadow: 1px 1px 3px 2px #cbada0; box-shadow: 1px 1px 3px 2px #cbada0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,173,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbada0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbada0; -webkit-box-shadow: 1px 1px 3px 2px #cbada0; box-shadow: 1px 1px 3px 2px #cbada0;">
Div content here</div>
This div box has shadow with color #cbada0
Comments
No comments written yet.
Please login to write comment.