Color Hex Logo

#7ae18b Color Hex

#7AE18B
(122,225,139)
0 Favorites   0 Comments

Color spaces of #7ae18b

RGB 122225139
HSL0.360.630.68
HSV130°46°88°
CMYK 0.460.000.38   0.12
XYZ39.611559.852133.8910
Yxy59.85210.29700.4488
Hunter Lab77.3641-43.992828.1817
CIE-Lab81.7577-47.892233.0066

#7ae18b color RGB value is (122,225,139).

#7ae18b hex color red value is 122, green value is 225 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #7ae18b hue: 0.36 , saturation: 0.63 and the lightness value of 7ae18b is 0.68.

The process color (four color CMYK) of #7ae18b color hex is 0.46, 0.00, 0.38, 0.12. Web safe color of #7ae18b is #66cc99. Color #7ae18b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11100001 10001011
Octal 172 341 213
Decimal 122 225 139
Hex 7A E1 8B

RGB Percentages of Color #7ae18b

%25.10
%46.30
%28.60

CMYK Percentages of Color #7ae18b

%46
%0
%38
%12

Triadic Colors of #7ae18b

#7ae18b #8b7ae1 #e18b7a

Analogous Colors of #7ae18b

#7ae18b #7ae1bf #9de17a

Monochromatic Colors of #7ae18b

#7ae18b

Complementary Color

#7ae18b #e17ad0

#7ae18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ae18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ae18b Color CSS Codes

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

#7ae18b Text Font Color

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

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


#7ae18b Background Color

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

This div background color is #7ae18b


#7ae18b Border Color

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

This div border color is #7ae18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ae18b


Comments

No comments written yet.

Please login to write comment.