Color Hex Logo

#7aed81 Color Hex

#7AED81
(122,237,129)
0 Favorites   0 Comments

Color spaces of #7aed81

RGB 122237129
HSL0.340.760.70
HSV124°49°93°
CMYK 0.490.000.46   0.07
XYZ42.272766.290931.3363
Yxy66.29090.30220.4738
Hunter Lab81.4192-49.806834.1742
CIE-Lab85.1446-54.307542.3410

#7aed81 color RGB value is (122,237,129).

#7aed81 hex color red value is 122, green value is 237 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #7aed81 hue: 0.34 , saturation: 0.76 and the lightness value of 7aed81 is 0.70.

The process color (four color CMYK) of #7aed81 color hex is 0.49, 0.00, 0.46, 0.07. Web safe color of #7aed81 is #66ff99. Color #7aed81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101101 10000001
Octal 172 355 201
Decimal 122 237 129
Hex 7A ED 81

RGB Percentages of Color #7aed81

%25.00
%48.57
%26.43

CMYK Percentages of Color #7aed81

%49
%0
%46
%7

Triadic Colors of #7aed81

#7aed81 #817aed #ed817a

Analogous Colors of #7aed81

#7aed81 #7aedbb #aded7a

Monochromatic Colors of #7aed81

#7aed81

Complementary Color

#7aed81 #ed7ae6

#7aed81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aed81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aed81 Color CSS Codes

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

#7aed81 Text Font Color

<p style="color:#7aed81">Text here</p>

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


#7aed81 Background Color

<div style="background-color:#7aed81">
Div content here</div>

This div background color is #7aed81


#7aed81 Border Color

<div style="border:3px solid #7aed81">
Div here</div>

This div border color is #7aed81


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,237,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7aed81; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7aed81;
  -webkit-box-shadow: 1px 1px 3px 2px #7aed81;
  box-shadow:         1px 1px 3px 2px #7aed81; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,237,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aed81


Comments

No comments written yet.

Please login to write comment.