Color Hex Logo

#aaea0d Color Hex

#AAEA0D
(170,234,13)
0 Favorites   0 Comments

Color spaces of #aaea0d

RGB 17023413
HSL0.210.890.48
HSV77°94°92°
CMYK 0.270.000.94   0.08
XYZ46.073067.420710.9660
Yxy67.42070.37020.5417
Hunter Lab82.1101-43.534149.5588
CIE-Lab85.7160-45.659982.3203

#aaea0d color RGB value is (170,234,13).

#aaea0d hex color red value is 170, green value is 234 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #aaea0d hue: 0.21 , saturation: 0.89 and the lightness value of aaea0d is 0.48.

The process color (four color CMYK) of #aaea0d color hex is 0.27, 0.00, 0.94, 0.08. Web safe color of #aaea0d is #99ff00. Color #aaea0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 00001101
Octal 252 352 15
Decimal 170 234 13
Hex AA EA D

RGB Percentages of Color #aaea0d

%40.77
%56.12
%3.12

CMYK Percentages of Color #aaea0d

%27
%0
%94
%8

Triadic Colors of #aaea0d

#aaea0d #0daaea #ea0daa

Analogous Colors of #aaea0d

#aaea0d #3cea0d #eabc0d

Monochromatic Colors of #aaea0d

#aaea0d

Complementary Color

#aaea0d #4d0dea

#aaea0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea0d Color CSS Codes

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

#aaea0d Text Font Color

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

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


#aaea0d Background Color

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

This div background color is #aaea0d


#aaea0d Border Color

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

This div border color is #aaea0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea0d


Comments

No comments written yet.

Please login to write comment.