Color Hex Logo

#aad218 Color Hex

#AAD218
(170,210,24)
0 Favorites   0 Comments

Color spaces of #aad218

RGB 17021024
HSL0.200.790.46
HSV73°89°82°
CMYK 0.190.000.89   0.18
XYZ39.789054.70529.3262
Yxy54.70520.38320.5269
Hunter Lab73.9630-33.409644.2980
CIE-Lab78.8712-34.893075.4096

#aad218 color RGB value is (170,210,24).

#aad218 hex color red value is 170, green value is 210 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #aad218 hue: 0.20 , saturation: 0.79 and the lightness value of aad218 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 00011000
Octal 252 322 30
Decimal 170 210 24
Hex AA D2 18

RGB Percentages of Color #aad218

%42.08
%51.98
%5.94

CMYK Percentages of Color #aad218

%19
%0
%89
%18

Triadic Colors of #aad218

#aad218 #18aad2 #d218aa

Analogous Colors of #aad218

#aad218 #4dd218 #d29d18

Monochromatic Colors of #aad218

#aad218

Complementary Color

#aad218 #4018d2

#aad218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad218 Color CSS Codes

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

#aad218 Text Font Color

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

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


#aad218 Background Color

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

This div background color is #aad218


#aad218 Border Color

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

This div border color is #aad218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad218


Comments

No comments written yet.

Please login to write comment.