Color spaces of #cdb558
RGB | 205 | 181 | 88 |
---|---|---|---|
HSL | 0.13 | 0.54 | 0.57 |
HSV | 48° | 57° | 80° |
CMYK | 0.00 | 0.12 | 0.57 0.20 |
XYZ | 43.4622 | 46.7315 | 15.9619 |
Yxy | 46.7315 | 0.4094 | 0.4402 |
Hunter Lab | 68.3604 | -6.1440 | 34.0083 |
CIE-Lab | 74.0177 | -2.8001 | 49.7469 |
#cdb558 color RGB value is (205,181,88).
#cdb558 hex color red value is 205, green value is 181 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #cdb558 hue: 0.13 , saturation: 0.54 and the lightness value of cdb558 is 0.57.
The process color (four color CMYK) of #cdb558 color hex is 0.00, 0.12, 0.57, 0.20. Web safe color of #cdb558 is #cccc66. Color #cdb558 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10110101 | 01011000 |
Octal | 315 | 265 | 130 |
Decimal | 205 | 181 | 88 |
Hex | CD | B5 | 58 |
Shades of #cdb558
Tints of #cdb558
RGB Percentages of Color #cdb558
CMYK Percentages of Color #cdb558
Complementary Color
#cdb558 | #5870cd |
#cdb558 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdb558 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdb558 Color CSS Codes
.mybgcolor {background-color:#cdb558; } .myforecolor {color:#cdb558; } .mybordercolor {border:3px solid #cdb558; }
#cdb558 Text Font Color
<p style="color:#cdb558">Text here</p>
This sample text font color is #cdb558
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.
#cdb558 Background Color
<div style="background-color:#cdb558">
Div content here</div>
This div background color is #cdb558
#cdb558 Border Color
<div style="border:3px solid #cdb558">
Div here</div>
This div border color is #cdb558
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,181,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdb558; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdb558; -webkit-box-shadow: 1px 1px 3px 2px #cdb558; box-shadow: 1px 1px 3px 2px #cdb558; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,181,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdb558">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdb558; -webkit-box-shadow: 1px 1px 3px 2px #cdb558; box-shadow: 1px 1px 3px 2px #cdb558;">
Div content here</div>
This div box has shadow with color #cdb558
Comments
No comments written yet.
Please login to write comment.