Color Hex Logo

#7ae27a Color Hex

#7AE27A
(122,226,122)
0 Favorites   0 Comments

Color spaces of #7ae27a

RGB 122226122
HSL0.330.640.68
HSV120°46°89°
CMYK 0.460.000.46   0.11
XYZ38.735259.935427.9395
Yxy59.93540.30590.4734
Hunter Lab77.4180-46.171032.7953
CIE-Lab81.8031-50.862241.5346

#7ae27a color RGB value is (122,226,122).

#7ae27a hex color red value is 122, green value is 226 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #7ae27a hue: 0.33 , saturation: 0.64 and the lightness value of 7ae27a is 0.68.

The process color (four color CMYK) of #7ae27a color hex is 0.46, 0.00, 0.46, 0.11. Web safe color of #7ae27a is #66cc66. Color #7ae27a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11100010 01111010
Octal 172 342 172
Decimal 122 226 122
Hex 7A E2 7A

RGB Percentages of Color #7ae27a

%25.96
%48.09
%25.96

CMYK Percentages of Color #7ae27a

%46
%0
%46
%11

Triadic Colors of #7ae27a

#7ae27a #7a7ae2 #e27a7a

Analogous Colors of #7ae27a

#7ae27a #7ae2ae #aee27a

Monochromatic Colors of #7ae27a

#7ae27a

Complementary Color

#7ae27a #e27ae2

#7ae27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ae27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ae27a Color CSS Codes

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

#7ae27a Text Font Color

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

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


#7ae27a Background Color

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

This div background color is #7ae27a


#7ae27a Border Color

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

This div border color is #7ae27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ae27a


Comments

No comments written yet.

Please login to write comment.