Color Hex Logo

#aada95 Color Hex

#AADA95
(170,218,149)
0 Favorites   0 Comments

Color spaces of #aada95

RGB 170218149
HSL0.280.480.72
HSV102°32°85°
CMYK 0.220.000.32   0.15
XYZ47.073860.858837.6996
Yxy60.85880.32320.4179
Hunter Lab78.0121-28.811125.9563
CIE-Lab82.3028-28.124329.0482

#aada95 color RGB value is (170,218,149).

#aada95 hex color red value is 170, green value is 218 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aada95 hue: 0.28 , saturation: 0.48 and the lightness value of aada95 is 0.72.

The process color (four color CMYK) of #aada95 color hex is 0.22, 0.00, 0.32, 0.15. Web safe color of #aada95 is #99cc99. Color #aada95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011010 10010101
Octal 252 332 225
Decimal 170 218 149
Hex AA DA 95

RGB Percentages of Color #aada95

%31.66
%40.60
%27.75

CMYK Percentages of Color #aada95

%22
%0
%32
%15

Triadic Colors of #aada95

#aada95 #95aada #da95aa

Analogous Colors of #aada95

#aada95 #95daa3 #cdda95

Monochromatic Colors of #aada95

#aada95

Complementary Color

#aada95 #c595da

#aada95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aada95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aada95 Color CSS Codes

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

#aada95 Text Font Color

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

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


#aada95 Background Color

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

This div background color is #aada95


#aada95 Border Color

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

This div border color is #aada95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aada95

#aada95 Color Palettes


Comments

No comments written yet.

Please login to write comment.