Color Hex Logo

#aad095 Color Hex

#AAD095
(170,208,149)
0 Favorites   0 Comments

Color spaces of #aad095

RGB 170208149
HSL0.270.390.70
HSV99°28°82°
CMYK 0.180.000.28   0.18
XYZ44.558355.827736.8611
Yxy55.82770.32470.4068
Hunter Lab74.7179-24.307323.0526
CIE-Lab79.5157-23.286825.2918

#aad095 color RGB value is (170,208,149).

#aad095 hex color red value is 170, green value is 208 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aad095 hue: 0.27 , saturation: 0.39 and the lightness value of aad095 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 10010101
Octal 252 320 225
Decimal 170 208 149
Hex AA D0 95

RGB Percentages of Color #aad095

%32.26
%39.47
%28.27

CMYK Percentages of Color #aad095

%18
%0
%28
%18

Triadic Colors of #aad095

#aad095 #95aad0 #d095aa

Analogous Colors of #aad095

#aad095 #95d09e #c8d095

Monochromatic Colors of #aad095

#aad095

Complementary Color

#aad095 #bb95d0

#aad095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad095 Color CSS Codes

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

#aad095 Text Font Color

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

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


#aad095 Background Color

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

This div background color is #aad095


#aad095 Border Color

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

This div border color is #aad095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad095


Comments

No comments written yet.

Please login to write comment.