Color Hex Logo

#7aee1f Color Hex

#7AEE1F
(122,238,31)
0 Favorites   0 Comments

Color spaces of #7aee1f

RGB 12223831
HSL0.260.860.53
HSV94°87°93°
CMYK 0.490.000.87   0.07
XYZ38.847965.385611.8695
Yxy65.38560.33460.5632
Hunter Lab80.8614-55.751347.8999
CIE-Lab84.6820-62.912478.0492

#7aee1f color RGB value is (122,238,31).

#7aee1f hex color red value is 122, green value is 238 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #7aee1f hue: 0.26 , saturation: 0.86 and the lightness value of 7aee1f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 00011111
Octal 172 356 37
Decimal 122 238 31
Hex 7A EE 1F

RGB Percentages of Color #7aee1f

%31.20
%60.87
%7.93

CMYK Percentages of Color #7aee1f

%49
%0
%87
%7

Triadic Colors of #7aee1f

#7aee1f #1f7aee #ee1f7a

Analogous Colors of #7aee1f

#7aee1f #1fee2b #e2ee1f

Monochromatic Colors of #7aee1f

#7aee1f

Complementary Color

#7aee1f #931fee

#7aee1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aee1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aee1f Color CSS Codes

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

#7aee1f Text Font Color

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

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


#7aee1f Background Color

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

This div background color is #7aee1f


#7aee1f Border Color

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

This div border color is #7aee1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aee1f


Comments

No comments written yet.

Please login to write comment.