Color Hex Logo

#aadd31 Color Hex

#AADD31
(170,221,49)
0 Favorites   0 Comments

Color spaces of #aadd31

RGB 17022149
HSL0.220.720.53
HSV78°78°87°
CMYK 0.230.000.78   0.13
XYZ42.988460.480712.3139
Yxy60.48070.37130.5224
Hunter Lab77.7693-37.427345.0506
CIE-Lab82.0988-39.037272.4176

#aadd31 color RGB value is (170,221,49).

#aadd31 hex color red value is 170, green value is 221 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aadd31 hue: 0.22 , saturation: 0.72 and the lightness value of aadd31 is 0.53.

The process color (four color CMYK) of #aadd31 color hex is 0.23, 0.00, 0.78, 0.13. Web safe color of #aadd31 is #99cc33. Color #aadd31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011101 00110001
Octal 252 335 61
Decimal 170 221 49
Hex AA DD 31

RGB Percentages of Color #aadd31

%38.64
%50.23
%11.14

CMYK Percentages of Color #aadd31

%23
%0
%78
%13

Triadic Colors of #aadd31

#aadd31 #31aadd #dd31aa

Analogous Colors of #aadd31

#aadd31 #54dd31 #ddba31

Monochromatic Colors of #aadd31

#aadd31

Complementary Color

#aadd31 #6431dd

#aadd31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadd31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadd31 Color CSS Codes

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

#aadd31 Text Font Color

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

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


#aadd31 Background Color

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

This div background color is #aadd31


#aadd31 Border Color

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

This div border color is #aadd31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadd31


Comments

No comments written yet.

Please login to write comment.