Color Hex Logo

#aad75e Color Hex

#AAD75E
(170,215,94)
0 Favorites   0 Comments

Color spaces of #aad75e

RGB 17021594
HSL0.230.600.61
HSV82°56°84°
CMYK 0.210.000.56   0.16
XYZ42.898457.955119.5151
Yxy57.95510.35640.4815
Hunter Lab76.1282-32.639438.0911
CIE-Lab80.7138-33.335653.9849

#aad75e color RGB value is (170,215,94).

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

The process color (four color CMYK) of #aad75e color hex is 0.21, 0.00, 0.56, 0.16. Web safe color of #aad75e is #99cc66. Color #aad75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010111 01011110
Octal 252 327 136
Decimal 170 215 94
Hex AA D7 5E

RGB Percentages of Color #aad75e

%35.49
%44.89
%19.62

CMYK Percentages of Color #aad75e

%21
%0
%56
%16

Triadic Colors of #aad75e

#aad75e #5eaad7 #d75eaa

Analogous Colors of #aad75e

#aad75e #6ed75e #d7c85e

Monochromatic Colors of #aad75e

#aad75e

Complementary Color

#aad75e #8b5ed7

#aad75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad75e Color CSS Codes

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

#aad75e Text Font Color

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

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


#aad75e Background Color

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

This div background color is #aad75e


#aad75e Border Color

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

This div border color is #aad75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad75e


Comments

No comments written yet.

Please login to write comment.