Color Hex Logo

#aad110 Color Hex

#AAD110
(170,209,16)
0 Favorites   0 Comments

Color spaces of #aad110

RGB 17020916
HSL0.200.860.44
HSV72°92°82°
CMYK 0.190.000.92   0.18
XYZ39.471654.18448.8685
Yxy54.18440.38500.5285
Hunter Lab73.6101-33.101344.3838
CIE-Lab78.5691-34.588476.3554

#aad110 color RGB value is (170,209,16).

#aad110 hex color red value is 170, green value is 209 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #aad110 hue: 0.20 , saturation: 0.86 and the lightness value of aad110 is 0.44.

The process color (four color CMYK) of #aad110 color hex is 0.19, 0.00, 0.92, 0.18. Web safe color of #aad110 is #99cc00. Color #aad110 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010001 00010000
Octal 252 321 20
Decimal 170 209 16
Hex AA D1 10

RGB Percentages of Color #aad110

%43.04
%52.91
%4.05

CMYK Percentages of Color #aad110

%19
%0
%92
%18

Triadic Colors of #aad110

#aad110 #10aad1 #d110aa

Analogous Colors of #aad110

#aad110 #49d110 #d19810

Monochromatic Colors of #aad110

#aad110

Complementary Color

#aad110 #3710d1

#aad110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad110 Color CSS Codes

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

#aad110 Text Font Color

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

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


#aad110 Background Color

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

This div background color is #aad110


#aad110 Border Color

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

This div border color is #aad110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad110


Comments

No comments written yet.

Please login to write comment.