Color Hex Logo

#aad527 Color Hex

#AAD527
(170,213,39)
0 Favorites   0 Comments

Color spaces of #aad527

RGB 17021339
HSL0.210.690.49
HSV75°82°84°
CMYK 0.200.000.82   0.16
XYZ40.738056.281010.6357
Yxy56.28100.37840.5228
Hunter Lab75.0207-34.356444.1089
CIE-Lab79.7735-35.832073.0184

#aad527 color RGB value is (170,213,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010101 00100111
Octal 252 325 47
Decimal 170 213 39
Hex AA D5 27

RGB Percentages of Color #aad527

%40.28
%50.47
%9.24

CMYK Percentages of Color #aad527

%20
%0
%82
%16

Triadic Colors of #aad527

#aad527 #27aad5 #d527aa

Analogous Colors of #aad527

#aad527 #53d527 #d5a927

Monochromatic Colors of #aad527

#aad527

Complementary Color

#aad527 #5227d5

#aad527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad527 Color CSS Codes

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

#aad527 Text Font Color

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

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


#aad527 Background Color

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

This div background color is #aad527


#aad527 Border Color

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

This div border color is #aad527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad527


Comments

No comments written yet.

Please login to write comment.