Color spaces of #cdbe5d
RGB | 205 | 190 | 93 |
---|---|---|---|
HSL | 0.14 | 0.53 | 0.58 |
HSV | 52° | 55° | 80° |
CMYK | 0.00 | 0.07 | 0.55 0.20 |
XYZ | 45.5661 | 50.5964 | 17.7204 |
Yxy | 50.5964 | 0.4001 | 0.4443 |
Hunter Lab | 71.1311 | -10.1337 | 35.0213 |
CIE-Lab | 76.4339 | -7.0967 | 50.1742 |
#cdbe5d color RGB value is (205,190,93).
#cdbe5d hex color red value is 205, green value is 190 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cdbe5d hue: 0.14 , saturation: 0.53 and the lightness value of cdbe5d is 0.58.
The process color (four color CMYK) of #cdbe5d color hex is 0.00, 0.07, 0.55, 0.20. Web safe color of #cdbe5d is #cccc66. Color #cdbe5d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111110 | 01011101 |
Octal | 315 | 276 | 135 |
Decimal | 205 | 190 | 93 |
Hex | CD | BE | 5D |
Shades of #cdbe5d
Tints of #cdbe5d
RGB Percentages of Color #cdbe5d
CMYK Percentages of Color #cdbe5d
Complementary Color
#cdbe5d | #5d6ccd |
#cdbe5d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbe5d Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbe5d Color CSS Codes
.mybgcolor {background-color:#cdbe5d; } .myforecolor {color:#cdbe5d; } .mybordercolor {border:3px solid #cdbe5d; }
#cdbe5d Text Font Color
<p style="color:#cdbe5d">Text here</p>
This sample text font color is #cdbe5d
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.
#cdbe5d Background Color
<div style="background-color:#cdbe5d">
Div content here</div>
This div background color is #cdbe5d
#cdbe5d Border Color
<div style="border:3px solid #cdbe5d">
Div here</div>
This div border color is #cdbe5d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,190,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbe5d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbe5d; -webkit-box-shadow: 1px 1px 3px 2px #cdbe5d; box-shadow: 1px 1px 3px 2px #cdbe5d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,190,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbe5d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbe5d; -webkit-box-shadow: 1px 1px 3px 2px #cdbe5d; box-shadow: 1px 1px 3px 2px #cdbe5d;">
Div content here</div>
This div box has shadow with color #cdbe5d
Comments
No comments written yet.
Please login to write comment.