Color spaces of #cbad87
RGB | 203 | 173 | 135 |
---|---|---|---|
HSL | 0.09 | 0.40 | 0.66 |
HSV | 34° | 33° | 80° |
CMYK | 0.00 | 0.15 | 0.33 0.20 |
XYZ | 43.9453 | 44.3329 | 29.1626 |
Yxy | 44.3329 | 0.3742 | 0.3775 |
Hunter Lab | 66.5830 | 1.2913 | 20.6397 |
CIE-Lab | 72.4504 | 5.3773 | 23.5812 |
#cbad87 color RGB value is (203,173,135).
#cbad87 hex color red value is 203, green value is 173 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cbad87 hue: 0.09 , saturation: 0.40 and the lightness value of cbad87 is 0.66.
The process color (four color CMYK) of #cbad87 color hex is 0.00, 0.15, 0.33, 0.20. Web safe color of #cbad87 is #cc9999. Color #cbad87 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10101101 | 10000111 |
Octal | 313 | 255 | 207 |
Decimal | 203 | 173 | 135 |
Hex | CB | AD | 87 |
Shades of #cbad87
Tints of #cbad87
RGB Percentages of Color #cbad87
CMYK Percentages of Color #cbad87
Complementary Color
#cbad87 | #87a5cb |
#cbad87 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbad87 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbad87 Color CSS Codes
.mybgcolor {background-color:#cbad87; } .myforecolor {color:#cbad87; } .mybordercolor {border:3px solid #cbad87; }
#cbad87 Text Font Color
<p style="color:#cbad87">Text here</p>
This sample text font color is #cbad87
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.
#cbad87 Background Color
<div style="background-color:#cbad87">
Div content here</div>
This div background color is #cbad87
#cbad87 Border Color
<div style="border:3px solid #cbad87">
Div here</div>
This div border color is #cbad87
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,173,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbad87; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbad87; -webkit-box-shadow: 1px 1px 3px 2px #cbad87; box-shadow: 1px 1px 3px 2px #cbad87; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,173,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbad87">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbad87; -webkit-box-shadow: 1px 1px 3px 2px #cbad87; box-shadow: 1px 1px 3px 2px #cbad87;">
Div content here</div>
This div box has shadow with color #cbad87
Comments
No comments written yet.
Please login to write comment.