Color Hex Logo

#aabe95 Color Hex

#AABE95
(170,190,149)
0 Favorites   0 Comments

Color spaces of #aabe95

RGB 170190149
HSL0.250.240.66
HSV89°22°75°
CMYK 0.110.000.22   0.25
XYZ40.415847.542935.4803
Yxy47.54290.32740.3852
Hunter Lab68.9514-16.037217.7571
CIE-Lab74.5357-14.251918.4684

#aabe95 color RGB value is (170,190,149).

#aabe95 hex color red value is 170, green value is 190 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aabe95 hue: 0.25 , saturation: 0.24 and the lightness value of aabe95 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 10010101
Octal 252 276 225
Decimal 170 190 149
Hex AA BE 95

RGB Percentages of Color #aabe95

%33.40
%37.33
%29.27

CMYK Percentages of Color #aabe95

%11
%0
%22
%25

Triadic Colors of #aabe95

#aabe95 #95aabe #be95aa

Analogous Colors of #aabe95

#aabe95 #96be95 #bebe95

Monochromatic Colors of #aabe95

#aabe95

Complementary Color

#aabe95 #a995be

#aabe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe95 Color CSS Codes

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

#aabe95 Text Font Color

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

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


#aabe95 Background Color

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

This div background color is #aabe95


#aabe95 Border Color

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

This div border color is #aabe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe95


Comments

No comments written yet.

Please login to write comment.