Color Hex Logo

#aae182 Color Hex

#AAE182
(170,225,130)
0 Favorites   0 Comments

Color spaces of #aae182

RGB 170225130
HSL0.260.610.70
HSV95°42°88°
CMYK 0.240.000.42   0.12
XYZ47.532064.008230.9687
Yxy64.00820.33350.4492
Hunter Lab80.0051-33.960033.0534
CIE-Lab83.9700-34.031440.8343

#aae182 color RGB value is (170,225,130).

#aae182 hex color red value is 170, green value is 225 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aae182 hue: 0.26 , saturation: 0.61 and the lightness value of aae182 is 0.70.

The process color (four color CMYK) of #aae182 color hex is 0.24, 0.00, 0.42, 0.12. Web safe color of #aae182 is #99cc99. Color #aae182 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100001 10000010
Octal 252 341 202
Decimal 170 225 130
Hex AA E1 82

RGB Percentages of Color #aae182

%32.38
%42.86
%24.76

CMYK Percentages of Color #aae182

%24
%0
%42
%12

Triadic Colors of #aae182

#aae182 #82aae1 #e182aa

Analogous Colors of #aae182

#aae182 #82e18a #dae182

Monochromatic Colors of #aae182

#aae182

Complementary Color

#aae182 #b982e1

#aae182 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae182 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae182 Color CSS Codes

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

#aae182 Text Font Color

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

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


#aae182 Background Color

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

This div background color is #aae182


#aae182 Border Color

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

This div border color is #aae182


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae182


Comments

No comments written yet.

Please login to write comment.