Color spaces of #cdb087
RGB | 205 | 176 | 135 |
---|---|---|---|
HSL | 0.10 | 0.41 | 0.67 |
HSV | 35° | 34° | 80° |
CMYK | 0.00 | 0.14 | 0.34 0.20 |
XYZ | 45.0753 | 45.7791 | 29.3822 |
Yxy | 45.7791 | 0.3749 | 0.3807 |
Hunter Lab | 67.6603 | 0.5114 | 21.6149 |
CIE-Lab | 73.4020 | 4.5618 | 24.8990 |
#cdb087 color RGB value is (205,176,135).
#cdb087 hex color red value is 205, green value is 176 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #cdb087 hue: 0.10 , saturation: 0.41 and the lightness value of cdb087 is 0.67.
The process color (four color CMYK) of #cdb087 color hex is 0.00, 0.14, 0.34, 0.20. Web safe color of #cdb087 is #cc9999. Color #cdb087 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10110000 | 10000111 |
Octal | 315 | 260 | 207 |
Decimal | 205 | 176 | 135 |
Hex | CD | B0 | 87 |
Shades of #cdb087
Tints of #cdb087
RGB Percentages of Color #cdb087
CMYK Percentages of Color #cdb087
Complementary Color
#cdb087 | #87a4cd |
#cdb087 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb087 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb087 Color CSS Codes
.mybgcolor {background-color:#cdb087; } .myforecolor {color:#cdb087; } .mybordercolor {border:3px solid #cdb087; }
#cdb087 Text Font Color
<p style="color:#cdb087">Text here</p>
This sample text font color is #cdb087
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.
#cdb087 Background Color
<div style="background-color:#cdb087">
Div content here</div>
This div background color is #cdb087
#cdb087 Border Color
<div style="border:3px solid #cdb087">
Div here</div>
This div border color is #cdb087
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,176,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb087; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb087; -webkit-box-shadow: 1px 1px 3px 2px #cdb087; box-shadow: 1px 1px 3px 2px #cdb087; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,176,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 #cdb087">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb087; -webkit-box-shadow: 1px 1px 3px 2px #cdb087; box-shadow: 1px 1px 3px 2px #cdb087;">
Div content here</div>
This div box has shadow with color #cdb087
Comments
No comments written yet.
Please login to write comment.