Color spaces of #cdc73e
RGB | 205 | 199 | 62 |
---|---|---|---|
HSL | 0.16 | 0.59 | 0.52 |
HSV | 57° | 70° | 80° |
CMYK | 0.00 | 0.03 | 0.70 0.20 |
XYZ | 46.4698 | 54.1738 | 12.5648 |
Yxy | 54.1738 | 0.4105 | 0.4785 |
Hunter Lab | 73.6029 | -16.1075 | 41.4006 |
CIE-Lab | 78.5630 | -13.7037 | 65.6689 |
#cdc73e color RGB value is (205,199,62).
#cdc73e hex color red value is 205, green value is 199 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #cdc73e hue: 0.16 , saturation: 0.59 and the lightness value of cdc73e is 0.52.
The process color (four color CMYK) of #cdc73e color hex is 0.00, 0.03, 0.70, 0.20. Web safe color of #cdc73e is #cccc33. Color #cdc73e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000111 | 00111110 |
Octal | 315 | 307 | 76 |
Decimal | 205 | 199 | 62 |
Hex | CD | C7 | 3E |
Shades of #cdc73e
Tints of #cdc73e
RGB Percentages of Color #cdc73e
CMYK Percentages of Color #cdc73e
Complementary Color
#cdc73e | #3e44cd |
#cdc73e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc73e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc73e Color CSS Codes
.mybgcolor {background-color:#cdc73e; } .myforecolor {color:#cdc73e; } .mybordercolor {border:3px solid #cdc73e; }
#cdc73e Text Font Color
<p style="color:#cdc73e">Text here</p>
This sample text font color is #cdc73e
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.
#cdc73e Background Color
<div style="background-color:#cdc73e">
Div content here</div>
This div background color is #cdc73e
#cdc73e Border Color
<div style="border:3px solid #cdc73e">
Div here</div>
This div border color is #cdc73e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,199,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc73e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc73e; -webkit-box-shadow: 1px 1px 3px 2px #cdc73e; box-shadow: 1px 1px 3px 2px #cdc73e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,199,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc73e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc73e; -webkit-box-shadow: 1px 1px 3px 2px #cdc73e; box-shadow: 1px 1px 3px 2px #cdc73e;">
Div content here</div>
This div box has shadow with color #cdc73e
Comments
No comments written yet.
Please login to write comment.