Color Hex Logo

#aad862 Color Hex

#AAD862
(170,216,98)
0 Favorites   0 Comments

Color spaces of #aad862

RGB 17021698
HSL0.230.600.62
HSV83°55°85°
CMYK 0.210.000.55   0.15
XYZ43.338058.539620.5704
Yxy58.53960.35390.4781
Hunter Lab76.5112-32.787337.6174
CIE-Lab81.0379-33.426752.5466

#aad862 color RGB value is (170,216,98).

#aad862 hex color red value is 170, green value is 216 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #aad862 hue: 0.23 , saturation: 0.60 and the lightness value of aad862 is 0.62.

The process color (four color CMYK) of #aad862 color hex is 0.21, 0.00, 0.55, 0.15. Web safe color of #aad862 is #99cc66. Color #aad862 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11011000 01100010
Octal 252 330 142
Decimal 170 216 98
Hex AA D8 62

RGB Percentages of Color #aad862

%35.12
%44.63
%20.25

CMYK Percentages of Color #aad862

%21
%0
%55
%15

Triadic Colors of #aad862

#aad862 #62aad8 #d862aa

Analogous Colors of #aad862

#aad862 #6fd862 #d8cb62

Monochromatic Colors of #aad862

#aad862

Complementary Color

#aad862 #9062d8

#aad862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aad862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aad862 Color CSS Codes

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

#aad862 Text Font Color

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

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


#aad862 Background Color

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

This div background color is #aad862


#aad862 Border Color

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

This div border color is #aad862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aad862


Comments

No comments written yet.

Please login to write comment.