Color spaces of #cde080
RGB | 205 | 224 | 128 |
---|---|---|---|
HSL | 0.20 | 0.61 | 0.69 |
HSV | 72° | 43° | 88° |
CMYK | 0.08 | 0.00 | 0.43 0.12 |
XYZ | 55.7288 | 67.8490 | 30.5810 |
Yxy | 67.8490 | 0.3615 | 0.4401 |
Hunter Lab | 82.3705 | -23.3820 | 35.6473 |
CIE-Lab | 85.9309 | -20.8685 | 44.7663 |
#cde080 color RGB value is (205,224,128).
#cde080 hex color red value is 205, green value is 224 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #cde080 hue: 0.20 , saturation: 0.61 and the lightness value of cde080 is 0.69.
The process color (four color CMYK) of #cde080 color hex is 0.08, 0.00, 0.43, 0.12. Web safe color of #cde080 is #cccc99. Color #cde080 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100000 | 10000000 |
Octal | 315 | 340 | 200 |
Decimal | 205 | 224 | 128 |
Hex | CD | E0 | 80 |
Shades of #cde080
Tints of #cde080
RGB Percentages of Color #cde080
CMYK Percentages of Color #cde080
Complementary Color
#cde080 | #9380e0 |
#cde080 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde080 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde080 Color CSS Codes
.mybgcolor {background-color:#cde080; } .myforecolor {color:#cde080; } .mybordercolor {border:3px solid #cde080; }
#cde080 Text Font Color
<p style="color:#cde080">Text here</p>
This sample text font color is #cde080
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.
#cde080 Background Color
<div style="background-color:#cde080">
Div content here</div>
This div background color is #cde080
#cde080 Border Color
<div style="border:3px solid #cde080">
Div here</div>
This div border color is #cde080
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,224,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde080; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde080; -webkit-box-shadow: 1px 1px 3px 2px #cde080; box-shadow: 1px 1px 3px 2px #cde080; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,224,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde080">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde080; -webkit-box-shadow: 1px 1px 3px 2px #cde080; box-shadow: 1px 1px 3px 2px #cde080;">
Div content here</div>
This div box has shadow with color #cde080
Comments
No comments written yet.
Please login to write comment.