Color Hex Logo

#aad087 Color Hex

#AAD087
(170,208,135)
0 Favorites   0 Comments

Color spaces of #aad087

RGB 170208135
HSL0.250.440.67
HSV91°35°82°
CMYK 0.180.000.35   0.18
XYZ43.506655.407131.3233
Yxy55.40710.33410.4254
Hunter Lab74.4359-25.932627.1554
CIE-Lab79.2752-25.330532.2396

#aad087 color RGB value is (170,208,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10000111
Octal 252 320 207
Decimal 170 208 135
Hex AA D0 87

RGB Percentages of Color #aad087

%33.14
%40.55
%26.32

CMYK Percentages of Color #aad087

%18
%0
%35
%18

Triadic Colors of #aad087

#aad087 #87aad0 #d087aa

Analogous Colors of #aad087

#aad087 #87d089 #cfd087

Monochromatic Colors of #aad087

#aad087

Complementary Color

#aad087 #ad87d0

#aad087 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad087 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad087 Color CSS Codes

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

#aad087 Text Font Color

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

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


#aad087 Background Color

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

This div background color is #aad087


#aad087 Border Color

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

This div border color is #aad087


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad087


Comments

No comments written yet.

Please login to write comment.