Color Hex Logo

#aabe85 Color Hex

#AABE85
(170,190,133)
0 Favorites   0 Comments

Color spaces of #aabe85

RGB 170190133
HSL0.230.300.63
HSV81°30°75°
CMYK 0.110.000.30   0.25
XYZ39.224747.066429.2077
Yxy47.06640.33960.4075
Hunter Lab68.6050-18.001822.7815
CIE-Lab74.2322-16.674226.5868

#aabe85 color RGB value is (170,190,133).

#aabe85 hex color red value is 170, green value is 190 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #aabe85 hue: 0.23 , saturation: 0.30 and the lightness value of aabe85 is 0.63.

The process color (four color CMYK) of #aabe85 color hex is 0.11, 0.00, 0.30, 0.25. Web safe color of #aabe85 is #99cc99. Color #aabe85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 10000101
Octal 252 276 205
Decimal 170 190 133
Hex AA BE 85

RGB Percentages of Color #aabe85

%34.48
%38.54
%26.98

CMYK Percentages of Color #aabe85

%11
%0
%30
%25

Triadic Colors of #aabe85

#aabe85 #85aabe #be85aa

Analogous Colors of #aabe85

#aabe85 #8ebe85 #beb685

Monochromatic Colors of #aabe85

#aabe85

Complementary Color

#aabe85 #9985be

#aabe85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe85 Color CSS Codes

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

#aabe85 Text Font Color

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

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


#aabe85 Background Color

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

This div background color is #aabe85


#aabe85 Border Color

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

This div border color is #aabe85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe85


Comments

No comments written yet.

Please login to write comment.