Color Hex Logo

#aad327 Color Hex

#AAD327
(170,211,39)
0 Favorites   0 Comments

Color spaces of #aad327

RGB 17021139
HSL0.210.690.49
HSV74°82°83°
CMYK 0.190.000.82   0.17
XYZ40.238055.281110.4690
Yxy55.28110.37960.5216
Hunter Lab74.3513-33.512743.6976
CIE-Lab79.2029-34.921372.5184

#aad327 color RGB value is (170,211,39).

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

The process color (four color CMYK) of #aad327 color hex is 0.19, 0.00, 0.82, 0.17. Web safe color of #aad327 is #99cc33. Color #aad327 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010011 00100111
Octal 252 323 47
Decimal 170 211 39
Hex AA D3 27

RGB Percentages of Color #aad327

%40.48
%50.24
%9.29

CMYK Percentages of Color #aad327

%19
%0
%82
%17

Triadic Colors of #aad327

#aad327 #27aad3 #d327aa

Analogous Colors of #aad327

#aad327 #54d327 #d3a627

Monochromatic Colors of #aad327

#aad327

Complementary Color

#aad327 #5027d3

#aad327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad327 Color CSS Codes

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

#aad327 Text Font Color

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

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


#aad327 Background Color

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

This div background color is #aad327


#aad327 Border Color

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

This div border color is #aad327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad327


Comments

No comments written yet.

Please login to write comment.