Color Hex Logo

#aad037 Color Hex

#AAD037
(170,208,55)
0 Favorites   0 Comments

Color spaces of #aad037

RGB 17020855
HSL0.210.620.52
HSV75°74°82°
CMYK 0.180.000.74   0.18
XYZ39.823053.933611.9258
Yxy53.93360.37680.5103
Hunter Lab73.4395-31.726441.7796
CIE-Lab78.4230-32.854867.1070

#aad037 color RGB value is (170,208,55).

#aad037 hex color red value is 170, green value is 208 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #aad037 hue: 0.21 , saturation: 0.62 and the lightness value of aad037 is 0.52.

The process color (four color CMYK) of #aad037 color hex is 0.18, 0.00, 0.74, 0.18. Web safe color of #aad037 is #99cc33. Color #aad037 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010000 00110111
Octal 252 320 67
Decimal 170 208 55
Hex AA D0 37

RGB Percentages of Color #aad037

%39.26
%48.04
%12.70

CMYK Percentages of Color #aad037

%18
%0
%74
%18

Triadic Colors of #aad037

#aad037 #37aad0 #d037aa

Analogous Colors of #aad037

#aad037 #5ed037 #d0aa37

Monochromatic Colors of #aad037

#aad037

Complementary Color

#aad037 #5d37d0

#aad037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad037 Color CSS Codes

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

#aad037 Text Font Color

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

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


#aad037 Background Color

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

This div background color is #aad037


#aad037 Border Color

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

This div border color is #aad037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad037


Comments

No comments written yet.

Please login to write comment.