Color Hex Logo

#aad088 Color Hex

#AAD088
(170,208,136)
0 Favorites   0 Comments

Color spaces of #aad088

RGB 170208136
HSL0.250.430.67
HSV92°35°82°
CMYK 0.180.000.35   0.18
XYZ43.577455.435431.6959
Yxy55.43540.33340.4241
Hunter Lab74.4550-25.822726.8784
CIE-Lab79.2914-25.191531.7462

#aad088 color RGB value is (170,208,136).

#aad088 hex color red value is 170, green value is 208 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #aad088 hue: 0.25 , saturation: 0.43 and the lightness value of aad088 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10001000
Octal 252 320 210
Decimal 170 208 136
Hex AA D0 88

RGB Percentages of Color #aad088

%33.07
%40.47
%26.46

CMYK Percentages of Color #aad088

%18
%0
%35
%18

Triadic Colors of #aad088

#aad088 #88aad0 #d088aa

Analogous Colors of #aad088

#aad088 #88d08a #ced088

Monochromatic Colors of #aad088

#aad088

Complementary Color

#aad088 #ae88d0

#aad088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad088 Color CSS Codes

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

#aad088 Text Font Color

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

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


#aad088 Background Color

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

This div background color is #aad088


#aad088 Border Color

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

This div border color is #aad088


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,208,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 #aad088">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad088


Comments

No comments written yet.

Please login to write comment.