Color Hex Logo

#aad95e Color Hex

#AAD95E
(170,217,94)
0 Favorites   0 Comments

Color spaces of #aad95e

RGB 17021794
HSL0.230.620.61
HSV83°57°85°
CMYK 0.220.000.57   0.15
XYZ43.410858.979919.6859
Yxy58.97990.35560.4831
Hunter Lab76.7984-33.498838.5609
CIE-Lab81.2805-34.257454.6340

#aad95e color RGB value is (170,217,94).

#aad95e hex color red value is 170, green value is 217 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #aad95e hue: 0.23 , saturation: 0.62 and the lightness value of aad95e is 0.61.

The process color (four color CMYK) of #aad95e color hex is 0.22, 0.00, 0.57, 0.15. Web safe color of #aad95e is #99cc66. Color #aad95e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011001 01011110
Octal 252 331 136
Decimal 170 217 94
Hex AA D9 5E

RGB Percentages of Color #aad95e

%35.34
%45.11
%19.54

CMYK Percentages of Color #aad95e

%22
%0
%57
%15

Triadic Colors of #aad95e

#aad95e #5eaad9 #d95eaa

Analogous Colors of #aad95e

#aad95e #6dd95e #d9cb5e

Monochromatic Colors of #aad95e

#aad95e

Complementary Color

#aad95e #8d5ed9

#aad95e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad95e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad95e Color CSS Codes

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

#aad95e Text Font Color

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

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


#aad95e Background Color

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

This div background color is #aad95e


#aad95e Border Color

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

This div border color is #aad95e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad95e


Comments

No comments written yet.

Please login to write comment.