Color Hex Logo

#aadf11 Color Hex

#AADF11
(170,223,17)
0 Favorites   0 Comments

Color spaces of #aadf11

RGB 17022317
HSL0.210.860.47
HSV75°92°87°
CMYK 0.240.000.92   0.13
XYZ43.066461.361910.1045
Yxy61.36190.37600.5358
Hunter Lab78.3338-38.948447.1857
CIE-Lab82.5729-40.848979.4047

#aadf11 color RGB value is (170,223,17).

#aadf11 hex color red value is 170, green value is 223 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #aadf11 hue: 0.21 , saturation: 0.86 and the lightness value of aadf11 is 0.47.

The process color (four color CMYK) of #aadf11 color hex is 0.24, 0.00, 0.92, 0.13. Web safe color of #aadf11 is #99cc00. Color #aadf11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011111 00010001
Octal 252 337 21
Decimal 170 223 17
Hex AA DF 11

RGB Percentages of Color #aadf11

%41.46
%54.39
%4.15

CMYK Percentages of Color #aadf11

%24
%0
%92
%13

Triadic Colors of #aadf11

#aadf11 #11aadf #df11aa

Analogous Colors of #aadf11

#aadf11 #43df11 #dfad11

Monochromatic Colors of #aadf11

#aadf11

Complementary Color

#aadf11 #4611df

#aadf11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aadf11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aadf11 Color CSS Codes

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

#aadf11 Text Font Color

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

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


#aadf11 Background Color

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

This div background color is #aadf11


#aadf11 Border Color

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

This div border color is #aadf11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aadf11


Comments

No comments written yet.

Please login to write comment.