color codes Logo

#aad45f color codes

#AAD45F
(170,212,95)
0 Favorites   0 Comments

Color spaces of #aad45f

RGB 17021295
HSL0.230.580.60
HSV82°55°83°
CMYK 0.200.000.55   0.17
XYZ42.186656.459219.5007
Yxy56.45920.35710.4779
Hunter Lab75.1393-31.275937.2102
CIE-Lab79.8745-31.850852.5655

#aad45f color RGB value is (170,212,95).

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

The process color (four color CMYK) of #aad45f color code is 0.20, 0.00, 0.55, 0.17. Web safe color of #aad45f is #99cc66. Color #aad45f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010100 01011111
Octal 252 324 137
Decimal 170 212 95
Hex AA D4 5F

RGB Percentages of Color #aad45f

%35.64
%44.44
%19.92

CMYK Percentages of Color #aad45f

%20
%0
%55
%17

Triadic Colors of #aad45f

#aad45f #5faad4 #d45faa

Analogous Colors of #aad45f

#aad45f #70d45f #d4c45f

Monochromatic Colors of #aad45f

#aad45f

Complementary Color

#aad45f #895fd4

#aad45f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad45f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad45f Color CSS Codes

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

#aad45f Text Font Color

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

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


#aad45f Background Color

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

This div background color is #aad45f


#aad45f Border Color

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

This div border color is #aad45f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad45f


Comments

No comments written yet.

Please login to write comment.