Color spaces of #cdd39c
RGB | 205 | 211 | 156 |
---|---|---|---|
HSL | 0.18 | 0.38 | 0.72 |
HSV | 67° | 26° | 83° |
CMYK | 0.03 | 0.00 | 0.26 0.17 |
XYZ | 54.4719 | 61.9680 | 40.5425 |
Yxy | 61.9680 | 0.3470 | 0.3947 |
Hunter Lab | 78.7198 | -14.2425 | 24.5681 |
CIE-Lab | 82.8964 | -10.9590 | 26.6267 |
#cdd39c color RGB value is (205,211,156).
#cdd39c hex color red value is 205, green value is 211 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #cdd39c hue: 0.18 , saturation: 0.38 and the lightness value of cdd39c is 0.72.
The process color (four color CMYK) of #cdd39c color hex is 0.03, 0.00, 0.26, 0.17. Web safe color of #cdd39c is #cccc99. Color #cdd39c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11010011 | 10011100 |
Octal | 315 | 323 | 234 |
Decimal | 205 | 211 | 156 |
Hex | CD | D3 | 9C |
Shades of #cdd39c
Tints of #cdd39c
RGB Percentages of Color #cdd39c
CMYK Percentages of Color #cdd39c
Complementary Color
#cdd39c | #a29cd3 |
#cdd39c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdd39c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdd39c Color CSS Codes
.mybgcolor {background-color:#cdd39c; } .myforecolor {color:#cdd39c; } .mybordercolor {border:3px solid #cdd39c; }
#cdd39c Text Font Color
<p style="color:#cdd39c">Text here</p>
This sample text font color is #cdd39c
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.
#cdd39c Background Color
<div style="background-color:#cdd39c">
Div content here</div>
This div background color is #cdd39c
#cdd39c Border Color
<div style="border:3px solid #cdd39c">
Div here</div>
This div border color is #cdd39c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,211,156, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdd39c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdd39c; -webkit-box-shadow: 1px 1px 3px 2px #cdd39c; box-shadow: 1px 1px 3px 2px #cdd39c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,211,156, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdd39c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdd39c; -webkit-box-shadow: 1px 1px 3px 2px #cdd39c; box-shadow: 1px 1px 3px 2px #cdd39c;">
Div content here</div>
This div box has shadow with color #cdd39c
Comments
No comments written yet.
Please login to write comment.