Color Hex Logo

#aad212 Color Hex

#AAD212
(170,210,18)
0 Favorites   0 Comments

Color spaces of #aad212

RGB 17021018
HSL0.200.840.45
HSV73°91°82°
CMYK 0.190.000.91   0.18
XYZ39.733354.68299.0330
Yxy54.68290.38410.5286
Hunter Lab73.9479-33.498144.5210
CIE-Lab78.8583-35.012076.3211

#aad212 color RGB value is (170,210,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11010010 00010010
Octal 252 322 22
Decimal 170 210 18
Hex AA D2 12

RGB Percentages of Color #aad212

%42.71
%52.76
%4.52

CMYK Percentages of Color #aad212

%19
%0
%91
%18

Triadic Colors of #aad212

#aad212 #12aad2 #d212aa

Analogous Colors of #aad212

#aad212 #4ad212 #d29a12

Monochromatic Colors of #aad212

#aad212

Complementary Color

#aad212 #3a12d2

#aad212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad212 Color CSS Codes

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

#aad212 Text Font Color

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

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


#aad212 Background Color

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

This div background color is #aad212


#aad212 Border Color

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

This div border color is #aad212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad212


Comments

No comments written yet.

Please login to write comment.