Color Hex Logo

#aad288 Color Hex

#AAD288
(170,210,136)
0 Favorites   0 Comments

Color spaces of #aad288

RGB 170210136
HSL0.260.450.68
HSV92°35°82°
CMYK 0.190.000.35   0.18
XYZ44.068156.416831.8595
Yxy56.41680.33300.4263
Hunter Lab75.1111-26.717527.4290
CIE-Lab79.8504-26.159532.4824

#aad288 color RGB value is (170,210,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 10001000
Octal 252 322 210
Decimal 170 210 136
Hex AA D2 88

RGB Percentages of Color #aad288

%32.95
%40.70
%26.36

CMYK Percentages of Color #aad288

%19
%0
%35
%18

Triadic Colors of #aad288

#aad288 #88aad2 #d288aa

Analogous Colors of #aad288

#aad288 #88d28b #cfd288

Monochromatic Colors of #aad288

#aad288

Complementary Color

#aad288 #b088d2

#aad288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad288 Color CSS Codes

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

#aad288 Text Font Color

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

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


#aad288 Background Color

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

This div background color is #aad288


#aad288 Border Color

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

This div border color is #aad288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad288


Comments

No comments written yet.

Please login to write comment.