Color Hex Logo

#7ae228 Color Hex

#7AE228
(122,226,40)
0 Favorites   0 Comments

Color spaces of #7ae228

RGB 12222640
HSL0.260.760.52
HSV94°82°89°
CMYK 0.460.000.82   0.11
XYZ35.605458.683511.4579
Yxy58.68350.33670.5549
Hunter Lab76.6052-51.093844.7556
CIE-Lab81.1173-58.172373.0205

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

#7ae228 hex color red value is 122, green value is 226 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #7ae228 hue: 0.26 , saturation: 0.76 and the lightness value of 7ae228 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11100010 00101000
Octal 172 342 50
Decimal 122 226 40
Hex 7A E2 28

RGB Percentages of Color #7ae228

%31.44
%58.25
%10.31

CMYK Percentages of Color #7ae228

%46
%0
%82
%11

Triadic Colors of #7ae228

#7ae228 #287ae2 #e2287a

Analogous Colors of #7ae228

#7ae228 #28e233 #d7e228

Monochromatic Colors of #7ae228

#7ae228

Complementary Color

#7ae228 #9028e2

#7ae228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ae228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ae228 Color CSS Codes

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

#7ae228 Text Font Color

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

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


#7ae228 Background Color

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

This div background color is #7ae228


#7ae228 Border Color

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

This div border color is #7ae228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ae228


Comments

No comments written yet.

Please login to write comment.