Color spaces of #cdf09e
RGB | 205 | 240 | 158 |
---|---|---|---|
HSL | 0.24 | 0.73 | 0.78 |
HSV | 86° | 34° | 94° |
CMYK | 0.15 | 0.00 | 0.34 0.06 |
XYZ | 62.5085 | 77.7679 | 44.0639 |
Yxy | 77.7679 | 0.3391 | 0.4219 |
Hunter Lab | 88.1861 | -27.8005 | 32.1049 |
CIE-Lab | 90.6739 | -24.9872 | 35.9855 |
#cdf09e color RGB value is (205,240,158).
#cdf09e hex color red value is 205, green value is 240 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #cdf09e hue: 0.24 , saturation: 0.73 and the lightness value of cdf09e is 0.78.
The process color (four color CMYK) of #cdf09e color hex is 0.15, 0.00, 0.34, 0.06. Web safe color of #cdf09e is #ccff99. Color #cdf09e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11110000 | 10011110 |
Octal | 315 | 360 | 236 |
Decimal | 205 | 240 | 158 |
Hex | CD | F0 | 9E |
Shades of #cdf09e
Tints of #cdf09e
RGB Percentages of Color #cdf09e
CMYK Percentages of Color #cdf09e
Complementary Color
#cdf09e | #c19ef0 |
#cdf09e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdf09e Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdf09e Color CSS Codes
.mybgcolor {background-color:#cdf09e; } .myforecolor {color:#cdf09e; } .mybordercolor {border:3px solid #cdf09e; }
#cdf09e Text Font Color
<p style="color:#cdf09e">Text here</p>
This sample text font color is #cdf09e
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.
#cdf09e Background Color
<div style="background-color:#cdf09e">
Div content here</div>
This div background color is #cdf09e
#cdf09e Border Color
<div style="border:3px solid #cdf09e">
Div here</div>
This div border color is #cdf09e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,240,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdf09e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdf09e; -webkit-box-shadow: 1px 1px 3px 2px #cdf09e; box-shadow: 1px 1px 3px 2px #cdf09e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,240,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cdf09e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdf09e; -webkit-box-shadow: 1px 1px 3px 2px #cdf09e; box-shadow: 1px 1px 3px 2px #cdf09e;">
Div content here</div>
This div box has shadow with color #cdf09e
Comments
No comments written yet.
Please login to write comment.