Color Hex Logo

#aabe7a Color Hex

#AABE7A
(170,190,122)
0 Favorites   0 Comments

Color spaces of #aabe7a

RGB 170190122
HSL0.220.340.61
HSV78°36°75°
CMYK 0.110.000.36   0.25
XYZ38.503946.778125.4121
Yxy46.77810.34780.4226
Hunter Lab68.3945-19.200725.8469
CIE-Lab74.0476-18.172832.1170

#aabe7a color RGB value is (170,190,122).

#aabe7a hex color red value is 170, green value is 190 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aabe7a hue: 0.22 , saturation: 0.34 and the lightness value of aabe7a is 0.61.

The process color (four color CMYK) of #aabe7a color hex is 0.11, 0.00, 0.36, 0.25. Web safe color of #aabe7a is #99cc66. Color #aabe7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 01111010
Octal 252 276 172
Decimal 170 190 122
Hex AA BE 7A

RGB Percentages of Color #aabe7a

%35.27
%39.42
%25.31

CMYK Percentages of Color #aabe7a

%11
%0
%36
%25

Triadic Colors of #aabe7a

#aabe7a #7aaabe #be7aaa

Analogous Colors of #aabe7a

#aabe7a #88be7a #beb07a

Monochromatic Colors of #aabe7a

#aabe7a

Complementary Color

#aabe7a #8e7abe

#aabe7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe7a Color CSS Codes

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

#aabe7a Text Font Color

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

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


#aabe7a Background Color

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

This div background color is #aabe7a


#aabe7a Border Color

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

This div border color is #aabe7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe7a


Comments

No comments written yet.

Please login to write comment.