Color Hex Logo

#aad53d Color Hex

#AAD53D
(170,213,61)
0 Favorites   0 Comments

Color spaces of #aad53d

RGB 17021361
HSL0.210.640.54
HSV77°71°84°
CMYK 0.200.000.71   0.16
XYZ41.214156.471513.1428
Yxy56.47150.37190.5095
Hunter Lab75.1475-33.611242.2338
CIE-Lab79.8814-34.834366.4713

#aad53d color RGB value is (170,213,61).

#aad53d hex color red value is 170, green value is 213 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #aad53d hue: 0.21 , saturation: 0.64 and the lightness value of aad53d is 0.54.

The process color (four color CMYK) of #aad53d color hex is 0.20, 0.00, 0.71, 0.16. Web safe color of #aad53d is #99cc33. Color #aad53d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 00111101
Octal 252 325 75
Decimal 170 213 61
Hex AA D5 3D

RGB Percentages of Color #aad53d

%38.29
%47.97
%13.74

CMYK Percentages of Color #aad53d

%20
%0
%71
%16

Triadic Colors of #aad53d

#aad53d #3daad5 #d53daa

Analogous Colors of #aad53d

#aad53d #5ed53d #d5b43d

Monochromatic Colors of #aad53d

#aad53d

Complementary Color

#aad53d #683dd5

#aad53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad53d Color CSS Codes

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

#aad53d Text Font Color

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

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


#aad53d Background Color

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

This div background color is #aad53d


#aad53d Border Color

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

This div border color is #aad53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad53d


Comments

No comments written yet.

Please login to write comment.