Color Hex Logo

#2aef5e Color Hex

#2AEF5E
(42,239,94)
0 Favorites   0 Comments

Color spaces of #2aef5e

RGB 4223994
HSL0.380.860.55
HSV136°82°94°
CMYK 0.820.000.61   0.06
XYZ33.841763.033420.9727
Yxy63.03340.28720.5349
Hunter Lab79.3936-62.852739.9134
CIE-Lab83.4599-74.322355.9793

#2aef5e color RGB value is (42,239,94).

#2aef5e hex color red value is 42, green value is 239 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2aef5e hue: 0.38 , saturation: 0.86 and the lightness value of 2aef5e is 0.55.

The process color (four color CMYK) of #2aef5e color hex is 0.82, 0.00, 0.61, 0.06. Web safe color of #2aef5e is #33ff66. Color #2aef5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101111 01011110
Octal 52 357 136
Decimal 42 239 94
Hex 2A EF 5E

RGB Percentages of Color #2aef5e

%11.20
%63.73
%25.07

CMYK Percentages of Color #2aef5e

%82
%0
%61
%6

Triadic Colors of #2aef5e

#2aef5e #5e2aef #ef5e2a

Analogous Colors of #2aef5e

#2aef5e #2aefc1 #59ef2a

Monochromatic Colors of #2aef5e

#2aef5e

Complementary Color

#2aef5e #ef2abb

#2aef5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aef5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aef5e Color CSS Codes

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

#2aef5e Text Font Color

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

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


#2aef5e Background Color

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

This div background color is #2aef5e


#2aef5e Border Color

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

This div border color is #2aef5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aef5e


Comments

No comments written yet.

Please login to write comment.