Color spaces of #cdc37f
RGB | 205 | 195 | 127 |
---|---|---|---|
HSL | 0.15 | 0.44 | 0.65 |
HSV | 52° | 38° | 80° |
CMYK | 0.00 | 0.05 | 0.38 0.20 |
XYZ | 48.5227 | 53.5417 | 27.8558 |
Yxy | 53.5417 | 0.3735 | 0.4121 |
Hunter Lab | 73.1722 | -9.6826 | 28.6495 |
CIE-Lab | 78.1937 | -6.3952 | 35.4386 |
#cdc37f color RGB value is (205,195,127).
#cdc37f hex color red value is 205, green value is 195 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #cdc37f hue: 0.15 , saturation: 0.44 and the lightness value of cdc37f is 0.65.
The process color (four color CMYK) of #cdc37f color hex is 0.00, 0.05, 0.38, 0.20. Web safe color of #cdc37f is #cccc66. Color #cdc37f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11000011 | 01111111 |
Octal | 315 | 303 | 177 |
Decimal | 205 | 195 | 127 |
Hex | CD | C3 | 7F |
Shades of #cdc37f
Tints of #cdc37f
RGB Percentages of Color #cdc37f
CMYK Percentages of Color #cdc37f
Complementary Color
#cdc37f | #7f89cd |
#cdc37f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdc37f Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdc37f Color CSS Codes
.mybgcolor {background-color:#cdc37f; } .myforecolor {color:#cdc37f; } .mybordercolor {border:3px solid #cdc37f; }
#cdc37f Text Font Color
<p style="color:#cdc37f">Text here</p>
This sample text font color is #cdc37f
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.
#cdc37f Background Color
<div style="background-color:#cdc37f">
Div content here</div>
This div background color is #cdc37f
#cdc37f Border Color
<div style="border:3px solid #cdc37f">
Div here</div>
This div border color is #cdc37f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,195,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdc37f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdc37f; -webkit-box-shadow: 1px 1px 3px 2px #cdc37f; box-shadow: 1px 1px 3px 2px #cdc37f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,195,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdc37f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdc37f; -webkit-box-shadow: 1px 1px 3px 2px #cdc37f; box-shadow: 1px 1px 3px 2px #cdc37f;">
Div content here</div>
This div box has shadow with color #cdc37f
Comments
No comments written yet.
Please login to write comment.