Color Hex Logo

#7aae07 Color Hex

#7AAE07
(122,174,7)
0 Favorites   0 Comments

Color spaces of #7aae07

RGB 1221747
HSL0.220.920.35
HSV79°96°68°
CMYK 0.300.000.96   0.32
XYZ23.200434.42505.6229
Yxy34.42500.36680.5443
Hunter Lab58.6728-32.095035.3889
CIE-Lab65.2985-37.944665.6915

#7aae07 color RGB value is (122,174,7).

#7aae07 hex color red value is 122, green value is 174 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #7aae07 hue: 0.22 , saturation: 0.92 and the lightness value of 7aae07 is 0.35.

The process color (four color CMYK) of #7aae07 color hex is 0.30, 0.00, 0.96, 0.32. Web safe color of #7aae07 is #669900. Color #7aae07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101110 00000111
Octal 172 256 7
Decimal 122 174 7
Hex 7A AE 7

RGB Percentages of Color #7aae07

%40.26
%57.43
%2.31

CMYK Percentages of Color #7aae07

%30
%0
%96
%32

Triadic Colors of #7aae07

#7aae07 #077aae #ae077a

Analogous Colors of #7aae07

#7aae07 #27ae07 #ae8f07

Monochromatic Colors of #7aae07

#7aae07

Complementary Color

#7aae07 #3b07ae

#7aae07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aae07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aae07 Color CSS Codes

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

#7aae07 Text Font Color

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

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


#7aae07 Background Color

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

This div background color is #7aae07


#7aae07 Border Color

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

This div border color is #7aae07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aae07


Comments

No comments written yet.

Please login to write comment.