Color spaces of #cde02c
RGB | 205 | 224 | 44 |
---|---|---|---|
HSL | 0.18 | 0.74 | 0.53 |
HSV | 66° | 80° | 88° |
CMYK | 0.08 | 0.00 | 0.80 0.12 |
XYZ | 52.2871 | 66.4723 | 12.4575 |
Yxy | 66.4723 | 0.3985 | 0.5066 |
Hunter Lab | 81.5305 | -28.2030 | 48.0121 |
CIE-Lab | 85.2368 | -26.6753 | 77.4534 |
#cde02c color RGB value is (205,224,44).
#cde02c hex color red value is 205, green value is 224 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cde02c hue: 0.18 , saturation: 0.74 and the lightness value of cde02c is 0.53.
The process color (four color CMYK) of #cde02c color hex is 0.08, 0.00, 0.80, 0.12. Web safe color of #cde02c is #cccc33. Color #cde02c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11100000 | 00101100 |
Octal | 315 | 340 | 54 |
Decimal | 205 | 224 | 44 |
Hex | CD | E0 | 2C |
Shades of #cde02c
Tints of #cde02c
RGB Percentages of Color #cde02c
CMYK Percentages of Color #cde02c
Complementary Color
#cde02c | #3f2ce0 |
#cde02c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cde02c Color Preview on White Background
Lorem ipsum dolor sit amet.
#cde02c Color CSS Codes
.mybgcolor {background-color:#cde02c; } .myforecolor {color:#cde02c; } .mybordercolor {border:3px solid #cde02c; }
#cde02c Text Font Color
<p style="color:#cde02c">Text here</p>
This sample text font color is #cde02c
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.
#cde02c Background Color
<div style="background-color:#cde02c">
Div content here</div>
This div background color is #cde02c
#cde02c Border Color
<div style="border:3px solid #cde02c">
Div here</div>
This div border color is #cde02c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,224,44, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cde02c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cde02c; -webkit-box-shadow: 1px 1px 3px 2px #cde02c; box-shadow: 1px 1px 3px 2px #cde02c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,224,44, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cde02c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cde02c; -webkit-box-shadow: 1px 1px 3px 2px #cde02c; box-shadow: 1px 1px 3px 2px #cde02c;">
Div content here</div>
This div box has shadow with color #cde02c
Comments
No comments written yet.
Please login to write comment.