Color Hex Logo

#aad28e Color Hex

#AAD28E
(170,210,142)
0 Favorites   0 Comments

Color spaces of #aad28e

RGB 170210142
HSL0.260.430.69
HSV95°32°82°
CMYK 0.190.000.32   0.18
XYZ44.506656.592234.1688
Yxy56.59220.32900.4184
Hunter Lab75.2278-26.043725.7297
CIE-Lab79.9497-25.307829.5199

#aad28e color RGB value is (170,210,142).

#aad28e hex color red value is 170, green value is 210 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #aad28e hue: 0.26 , saturation: 0.43 and the lightness value of aad28e is 0.69.

The process color (four color CMYK) of #aad28e color hex is 0.19, 0.00, 0.32, 0.18. Web safe color of #aad28e is #99cc99. Color #aad28e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 10001110
Octal 252 322 216
Decimal 170 210 142
Hex AA D2 8E

RGB Percentages of Color #aad28e

%32.57
%40.23
%27.20

CMYK Percentages of Color #aad28e

%19
%0
%32
%18

Triadic Colors of #aad28e

#aad28e #8eaad2 #d28eaa

Analogous Colors of #aad28e

#aad28e #8ed294 #ccd28e

Monochromatic Colors of #aad28e

#aad28e

Complementary Color

#aad28e #b68ed2

#aad28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad28e Color CSS Codes

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

#aad28e Text Font Color

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

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


#aad28e Background Color

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

This div background color is #aad28e


#aad28e Border Color

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

This div border color is #aad28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad28e


Comments

No comments written yet.

Please login to write comment.