Color Hex Logo

#7aac84 Color Hex

#7AAC84
(122,172,132)
0 Favorites   0 Comments

Color spaces of #7aac84

RGB 122172132
HSL0.370.230.58
HSV132°29°67°
CMYK 0.290.000.23   0.33
XYZ26.943435.308627.2250
Yxy35.30860.30110.3946
Hunter Lab59.4210-23.049214.4298
CIE-Lab65.9882-24.943415.3603

#7aac84 color RGB value is (122,172,132).

#7aac84 hex color red value is 122, green value is 172 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #7aac84 hue: 0.37 , saturation: 0.23 and the lightness value of 7aac84 is 0.58.

The process color (four color CMYK) of #7aac84 color hex is 0.29, 0.00, 0.23, 0.33. Web safe color of #7aac84 is #669999. Color #7aac84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101100 10000100
Octal 172 254 204
Decimal 122 172 132
Hex 7A AC 84

RGB Percentages of Color #7aac84

%28.64
%40.38
%30.99

CMYK Percentages of Color #7aac84

%29
%0
%23
%33

Triadic Colors of #7aac84

#7aac84 #847aac #ac847a

Analogous Colors of #7aac84

#7aac84 #7aac9d #89ac7a

Monochromatic Colors of #7aac84

#7aac84

Complementary Color

#7aac84 #ac7aa2

#7aac84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aac84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aac84 Color CSS Codes

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

#7aac84 Text Font Color

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

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


#7aac84 Background Color

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

This div background color is #7aac84


#7aac84 Border Color

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

This div border color is #7aac84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aac84


Comments

No comments written yet.

Please login to write comment.