Color Hex Logo

#aadb95 Color Hex

#AADB95
(170,219,149)
0 Favorites   0 Comments

Color spaces of #aadb95

RGB 170219149
HSL0.280.490.72
HSV102°32°86°
CMYK 0.220.000.32   0.14
XYZ47.333961.379037.7863
Yxy61.37900.32310.4190
Hunter Lab78.3448-29.258226.2453
CIE-Lab82.5821-28.600929.4221

#aadb95 color RGB value is (170,219,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 10010101
Octal 252 333 225
Decimal 170 219 149
Hex AA DB 95

RGB Percentages of Color #aadb95

%31.60
%40.71
%27.70

CMYK Percentages of Color #aadb95

%22
%0
%32
%14

Triadic Colors of #aadb95

#aadb95 #95aadb #db95aa

Analogous Colors of #aadb95

#aadb95 #95dba3 #cddb95

Monochromatic Colors of #aadb95

#aadb95

Complementary Color

#aadb95 #c695db

#aadb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb95 Color CSS Codes

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

#aadb95 Text Font Color

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

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


#aadb95 Background Color

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

This div background color is #aadb95


#aadb95 Border Color

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

This div border color is #aadb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb95


Comments

No comments written yet.

Please login to write comment.