Color spaces of #cdbd88
RGB | 205 | 189 | 136 |
---|---|---|---|
HSL | 0.13 | 0.41 | 0.67 |
HSV | 46° | 34° | 80° |
CMYK | 0.00 | 0.08 | 0.34 0.20 |
XYZ | 47.8184 | 51.1519 | 30.6456 |
Yxy | 51.1519 | 0.3689 | 0.3946 |
Hunter Lab | 71.5206 | -5.8165 | 24.6594 |
CIE-Lab | 76.7709 | -2.2053 | 28.8811 |
#cdbd88 color RGB value is (205,189,136).
#cdbd88 hex color red value is 205, green value is 189 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #cdbd88 hue: 0.13 , saturation: 0.41 and the lightness value of cdbd88 is 0.67.
The process color (four color CMYK) of #cdbd88 color hex is 0.00, 0.08, 0.34, 0.20. Web safe color of #cdbd88 is #cccc99. Color #cdbd88 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111101 | 10001000 |
Octal | 315 | 275 | 210 |
Decimal | 205 | 189 | 136 |
Hex | CD | BD | 88 |
Shades of #cdbd88
Tints of #cdbd88
RGB Percentages of Color #cdbd88
CMYK Percentages of Color #cdbd88
Complementary Color
#cdbd88 | #8898cd |
#cdbd88 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbd88 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbd88 Color CSS Codes
.mybgcolor {background-color:#cdbd88; } .myforecolor {color:#cdbd88; } .mybordercolor {border:3px solid #cdbd88; }
#cdbd88 Text Font Color
<p style="color:#cdbd88">Text here</p>
This sample text font color is #cdbd88
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.
#cdbd88 Background Color
<div style="background-color:#cdbd88">
Div content here</div>
This div background color is #cdbd88
#cdbd88 Border Color
<div style="border:3px solid #cdbd88">
Div here</div>
This div border color is #cdbd88
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,189,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbd88; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbd88; -webkit-box-shadow: 1px 1px 3px 2px #cdbd88; box-shadow: 1px 1px 3px 2px #cdbd88; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,189,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbd88">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbd88; -webkit-box-shadow: 1px 1px 3px 2px #cdbd88; box-shadow: 1px 1px 3px 2px #cdbd88;">
Div content here</div>
This div box has shadow with color #cdbd88
#cdbd88 Color Palettes
Comments
No comments written yet.
Please login to write comment.