Color Hex Logo

#2ade99 Color Hex

#2ADE99
(42,222,153)
0 Favorites   0 Comments

Color spaces of #2ade99

RGB 42222153
HSL0.440.730.52
HSV157°81°87°
CMYK 0.810.000.31   0.13
XYZ32.825955.034739.0296
Yxy55.03470.25870.4337
Hunter Lab74.1854-50.840920.7368
CIE-Lab79.0613-58.944221.8269

#2ade99 color RGB value is (42,222,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11011110 10011001
Octal 52 336 231
Decimal 42 222 153
Hex 2A DE 99

RGB Percentages of Color #2ade99

%10.07
%53.24
%36.69

CMYK Percentages of Color #2ade99

%81
%0
%31
%13

Triadic Colors of #2ade99

#2ade99 #992ade #de992a

Analogous Colors of #2ade99

#2ade99 #2ac9de #2ade3f

Monochromatic Colors of #2ade99

#2ade99

Complementary Color

#2ade99 #de2a6f

#2ade99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ade99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ade99 Color CSS Codes

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

#2ade99 Text Font Color

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

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


#2ade99 Background Color

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

This div background color is #2ade99


#2ade99 Border Color

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

This div border color is #2ade99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ade99


Comments

No comments written yet.

Please login to write comment.