Color spaces of #cdda5e
RGB | 205 | 218 | 94 |
---|---|---|---|
HSL | 0.18 | 0.63 | 0.61 |
HSV | 66° | 57° | 85° |
CMYK | 0.06 | 0.00 | 0.57 0.15 |
XYZ | 52.2686 | 63.9301 | 20.1746 |
Yxy | 63.9301 | 0.3833 | 0.4688 |
Hunter Lab | 79.9563 | -23.2355 | 41.0093 |
CIE-Lab | 83.9294 | -21.0883 | 58.2727 |
#cdda5e color RGB value is (205,218,94).
#cdda5e hex color red value is 205, green value is 218 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #cdda5e hue: 0.18 , saturation: 0.63 and the lightness value of cdda5e is 0.61.
The process color (four color CMYK) of #cdda5e color hex is 0.06, 0.00, 0.57, 0.15. Web safe color of #cdda5e is #cccc66. Color #cdda5e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011010 | 01011110 |
Octal | 315 | 332 | 136 |
Decimal | 205 | 218 | 94 |
Hex | CD | DA | 5E |
Shades of #cdda5e
Tints of #cdda5e
RGB Percentages of Color #cdda5e
CMYK Percentages of Color #cdda5e
Complementary Color
#cdda5e | #6b5eda |
#cdda5e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdda5e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdda5e Color CSS Codes
.mybgcolor {background-color:#cdda5e; } .myforecolor {color:#cdda5e; } .mybordercolor {border:3px solid #cdda5e; }
#cdda5e Text Font Color
<p style="color:#cdda5e">Text here</p>
This sample text font color is #cdda5e
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.
#cdda5e Background Color
<div style="background-color:#cdda5e">
Div content here</div>
This div background color is #cdda5e
#cdda5e Border Color
<div style="border:3px solid #cdda5e">
Div here</div>
This div border color is #cdda5e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,218,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdda5e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdda5e; -webkit-box-shadow: 1px 1px 3px 2px #cdda5e; box-shadow: 1px 1px 3px 2px #cdda5e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,218,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdda5e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdda5e; -webkit-box-shadow: 1px 1px 3px 2px #cdda5e; box-shadow: 1px 1px 3px 2px #cdda5e;">
Div content here</div>
This div box has shadow with color #cdda5e
Comments
No comments written yet.
Please login to write comment.