Color Hex Logo

#2aef77 Color Hex

#2AEF77
(42,239,119)
0 Favorites   0 Comments

Color spaces of #2aef77

RGB 42239119
HSL0.400.860.55
HSV143°82°94°
CMYK 0.820.000.50   0.06
XYZ35.151163.557227.8679
Yxy63.55720.27770.5021
Hunter Lab79.7228-60.811235.0805
CIE-Lab83.7347-70.993644.9736

#2aef77 color RGB value is (42,239,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11101111 01110111
Octal 52 357 167
Decimal 42 239 119
Hex 2A EF 77

RGB Percentages of Color #2aef77

%10.50
%59.75
%29.75

CMYK Percentages of Color #2aef77

%82
%0
%50
%6

Triadic Colors of #2aef77

#2aef77 #772aef #ef772a

Analogous Colors of #2aef77

#2aef77 #2aefda #40ef2a

Monochromatic Colors of #2aef77

#2aef77

Complementary Color

#2aef77 #ef2aa2

#2aef77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aef77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aef77 Color CSS Codes

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

#2aef77 Text Font Color

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

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


#2aef77 Background Color

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

This div background color is #2aef77


#2aef77 Border Color

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

This div border color is #2aef77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aef77


Comments

No comments written yet.

Please login to write comment.