Color spaces of #cdbf39
RGB | 205 | 191 | 57 |
---|---|---|---|
HSL | 0.15 | 0.60 | 0.51 |
HSV | 54° | 72° | 80° |
CMYK | 0.00 | 0.07 | 0.72 0.20 |
XYZ | 44.5462 | 50.5361 | 11.2775 |
Yxy | 50.5361 | 0.4188 | 0.4751 |
Hunter Lab | 71.0887 | -12.5522 | 40.3564 |
CIE-Lab | 76.3971 | -9.8801 | 65.3805 |
#cdbf39 color RGB value is (205,191,57).
#cdbf39 hex color red value is 205, green value is 191 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #cdbf39 hue: 0.15 , saturation: 0.60 and the lightness value of cdbf39 is 0.51.
The process color (four color CMYK) of #cdbf39 color hex is 0.00, 0.07, 0.72, 0.20. Web safe color of #cdbf39 is #cccc33. Color #cdbf39 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 10111111 | 00111001 |
Octal | 315 | 277 | 71 |
Decimal | 205 | 191 | 57 |
Hex | CD | BF | 39 |
Shades of #cdbf39
Tints of #cdbf39
RGB Percentages of Color #cdbf39
CMYK Percentages of Color #cdbf39
Complementary Color
#cdbf39 | #3947cd |
#cdbf39 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdbf39 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdbf39 Color CSS Codes
.mybgcolor {background-color:#cdbf39; } .myforecolor {color:#cdbf39; } .mybordercolor {border:3px solid #cdbf39; }
#cdbf39 Text Font Color
<p style="color:#cdbf39">Text here</p>
This sample text font color is #cdbf39
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.
#cdbf39 Background Color
<div style="background-color:#cdbf39">
Div content here</div>
This div background color is #cdbf39
#cdbf39 Border Color
<div style="border:3px solid #cdbf39">
Div here</div>
This div border color is #cdbf39
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,191,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdbf39; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdbf39; -webkit-box-shadow: 1px 1px 3px 2px #cdbf39; box-shadow: 1px 1px 3px 2px #cdbf39; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,191,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdbf39">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdbf39; -webkit-box-shadow: 1px 1px 3px 2px #cdbf39; box-shadow: 1px 1px 3px 2px #cdbf39;">
Div content here</div>
This div box has shadow with color #cdbf39
Comments
No comments written yet.
Please login to write comment.