Color Hex Logo

#aadb33 Color Hex

#AADB33
(170,219,51)
0 Favorites   0 Comments

Color spaces of #aadb33

RGB 17021951
HSL0.220.700.53
HSV78°77°86°
CMYK 0.220.000.77   0.14
XYZ42.506659.448112.3663
Yxy59.44810.37180.5200
Hunter Lab77.1026-36.522644.4624
CIE-Lab81.5373-38.056271.3125

#aadb33 color RGB value is (170,219,51).

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

The process color (four color CMYK) of #aadb33 color hex is 0.22, 0.00, 0.77, 0.14. Web safe color of #aadb33 is #99cc33. Color #aadb33 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011011 00110011
Octal 252 333 63
Decimal 170 219 51
Hex AA DB 33

RGB Percentages of Color #aadb33

%38.64
%49.77
%11.59

CMYK Percentages of Color #aadb33

%22
%0
%77
%14

Triadic Colors of #aadb33

#aadb33 #33aadb #db33aa

Analogous Colors of #aadb33

#aadb33 #56db33 #dbb833

Monochromatic Colors of #aadb33

#aadb33

Complementary Color

#aadb33 #6433db

#aadb33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadb33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadb33 Color CSS Codes

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

#aadb33 Text Font Color

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

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


#aadb33 Background Color

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

This div background color is #aadb33


#aadb33 Border Color

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

This div border color is #aadb33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadb33


Comments

No comments written yet.

Please login to write comment.