Color Hex Logo

#aad65f Color Hex

#AAD65F
(170,214,95)
0 Favorites   0 Comments

Color spaces of #aad65f

RGB 17021495
HSL0.230.590.61
HSV82°56°84°
CMYK 0.210.000.56   0.16
XYZ42.689757.465419.6684
Yxy57.46540.35630.4796
Hunter Lab75.8059-32.139137.6809
CIE-Lab80.4407-32.781153.2194

#aad65f color RGB value is (170,214,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010110 01011111
Octal 252 326 137
Decimal 170 214 95
Hex AA D6 5F

RGB Percentages of Color #aad65f

%35.49
%44.68
%19.83

CMYK Percentages of Color #aad65f

%21
%0
%56
%16

Triadic Colors of #aad65f

#aad65f #5faad6 #d65faa

Analogous Colors of #aad65f

#aad65f #6fd65f #d6c75f

Monochromatic Colors of #aad65f

#aad65f

Complementary Color

#aad65f #8b5fd6

#aad65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad65f Color CSS Codes

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

#aad65f Text Font Color

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

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


#aad65f Background Color

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

This div background color is #aad65f


#aad65f Border Color

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

This div border color is #aad65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad65f


Comments

No comments written yet.

Please login to write comment.