Color Hex Logo

#2ade57 Color Hex

#2ADE57
(42,222,87)
0 Favorites   0 Comments

Color spaces of #2ade57

RGB 4222287
HSL0.380.730.52
HSV135°81°87°
CMYK 0.810.000.61   0.13
XYZ28.796453.422917.8108
Yxy53.42290.28790.5341
Hunter Lab73.0910-57.583736.7159
CIE-Lab78.1240-69.889552.9028

#2ade57 color RGB value is (42,222,87).

#2ade57 hex color red value is 42, green value is 222 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #2ade57 hue: 0.38 , saturation: 0.73 and the lightness value of 2ade57 is 0.52.

The process color (four color CMYK) of #2ade57 color hex is 0.81, 0.00, 0.61, 0.13. Web safe color of #2ade57 is #33cc66. Color #2ade57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011110 01010111
Octal 52 336 127
Decimal 42 222 87
Hex 2A DE 57

RGB Percentages of Color #2ade57

%11.97
%63.25
%24.79

CMYK Percentages of Color #2ade57

%81
%0
%61
%13

Triadic Colors of #2ade57

#2ade57 #572ade #de572a

Analogous Colors of #2ade57

#2ade57 #2adeb1 #57de2a

Monochromatic Colors of #2ade57

#2ade57

Complementary Color

#2ade57 #de2ab1

#2ade57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ade57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ade57 Color CSS Codes

.mybgcolor {background-color:#2ade57; } 
.myforecolor {color:#2ade57; }
.mybordercolor {border:3px solid #2ade57; }

#2ade57 Text Font Color

<p style="color:#2ade57">Text here</p>

This sample text font color is #2ade57
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.


#2ade57 Background Color

<div style="background-color:#2ade57">
Div content here</div>

This div background color is #2ade57


#2ade57 Border Color

<div style="border:3px solid #2ade57">
Div here</div>

This div border color is #2ade57


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,222,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ade57; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ade57;
  -webkit-box-shadow: 1px 1px 3px 2px #2ade57;
  box-shadow:         1px 1px 3px 2px #2ade57; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,222,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #2ade57">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #2ade57;
  -webkit-box-shadow: 1px 1px 3px 2px #2ade57;
  box-shadow:         1px 1px 3px 2px #2ade57;">
Div content here</div>

This div box has shadow with color #2ade57


Comments

No comments written yet.

Please login to write comment.