Color spaces of #20eade
RGB | 32 | 234 | 222 |
---|---|---|---|
HSL | 0.49 | 0.83 | 0.52 |
HSV | 176° | 86° | 92° |
CMYK | 0.86 | 0.00 | 0.05 0.08 |
XYZ | 43.2033 | 64.4266 | 79.2658 |
Yxy | 64.4266 | 0.2312 | 0.3447 |
Hunter Lab | 80.2662 | -44.3881 | -2.3647 |
CIE-Lab | 84.1874 | -47.4014 | -7.1800 |
#20eade color RGB value is (32,234,222).
#20eade hex color red value is 32, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #20eade hue: 0.49 , saturation: 0.83 and the lightness value of 20eade is 0.52.
The process color (four color CMYK) of #20eade color hex is 0.86, 0.00, 0.05, 0.08. Web safe color of #20eade is #33ffcc. Color #20eade contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100000 | 11101010 | 11011110 |
Octal | 40 | 352 | 336 |
Decimal | 32 | 234 | 222 |
Hex | 20 | EA | DE |
Shades of #20eade
Tints of #20eade
RGB Percentages of Color #20eade
CMYK Percentages of Color #20eade
Complementary Color
#20eade | #ea202c |
#20eade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#20eade Color Preview on White Background
Lorem ipsum dolor sit amet.
#20eade Color CSS Codes
.mybgcolor {background-color:#20eade; } .myforecolor {color:#20eade; } .mybordercolor {border:3px solid #20eade; }
#20eade Text Font Color
<p style="color:#20eade">Text here</p>
This sample text font color is #20eade
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.
#20eade Background Color
<div style="background-color:#20eade">
Div content here</div>
This div background color is #20eade
#20eade Border Color
<div style="border:3px solid #20eade">
Div here</div>
This div border color is #20eade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(32,234,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #20eade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #20eade; -webkit-box-shadow: 1px 1px 3px 2px #20eade; box-shadow: 1px 1px 3px 2px #20eade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(32,234,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #20eade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #20eade; -webkit-box-shadow: 1px 1px 3px 2px #20eade; box-shadow: 1px 1px 3px 2px #20eade;">
Div content here</div>
This div box has shadow with color #20eade
Comments
No comments written yet.
Please login to write comment.