Color spaces of #cdde7e
RGB | 205 | 222 | 126 |
---|---|---|---|
HSL | 0.20 | 0.59 | 0.68 |
HSV | 71° | 43° | 87° |
CMYK | 0.08 | 0.00 | 0.43 0.13 |
XYZ | 55.0640 | 66.7280 | 29.7163 |
Yxy | 66.7280 | 0.3634 | 0.4404 |
Hunter Lab | 81.6872 | -22.6287 | 35.6124 |
CIE-Lab | 85.3664 | -20.1062 | 45.0393 |
#cdde7e color RGB value is (205,222,126).
#cdde7e hex color red value is 205, green value is 222 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #cdde7e hue: 0.20 , saturation: 0.59 and the lightness value of cdde7e is 0.68.
The process color (four color CMYK) of #cdde7e color hex is 0.08, 0.00, 0.43, 0.13. Web safe color of #cdde7e is #cccc66. Color #cdde7e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11011110 | 01111110 |
Octal | 315 | 336 | 176 |
Decimal | 205 | 222 | 126 |
Hex | CD | DE | 7E |
Shades of #cdde7e
Tints of #cdde7e
RGB Percentages of Color #cdde7e
CMYK Percentages of Color #cdde7e
Complementary Color
#cdde7e | #8f7ede |
#cdde7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdde7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdde7e Color CSS Codes
.mybgcolor {background-color:#cdde7e; } .myforecolor {color:#cdde7e; } .mybordercolor {border:3px solid #cdde7e; }
#cdde7e Text Font Color
<p style="color:#cdde7e">Text here</p>
This sample text font color is #cdde7e
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.
#cdde7e Background Color
<div style="background-color:#cdde7e">
Div content here</div>
This div background color is #cdde7e
#cdde7e Border Color
<div style="border:3px solid #cdde7e">
Div here</div>
This div border color is #cdde7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,222,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdde7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdde7e; -webkit-box-shadow: 1px 1px 3px 2px #cdde7e; box-shadow: 1px 1px 3px 2px #cdde7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,222,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdde7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdde7e; -webkit-box-shadow: 1px 1px 3px 2px #cdde7e; box-shadow: 1px 1px 3px 2px #cdde7e;">
Div content here</div>
This div box has shadow with color #cdde7e
Comments
No comments written yet.
Please login to write comment.