Color Hex Logo

#aaea12 Color Hex

#AAEA12
(170,234,18)
0 Favorites   0 Comments

Color spaces of #aaea12

RGB 17023418
HSL0.220.860.49
HSV78°92°92°
CMYK 0.270.000.92   0.08
XYZ46.109667.435411.1584
Yxy67.43540.36980.5408
Hunter Lab82.1191-43.481249.4270
CIE-Lab85.7233-45.587881.7920

#aaea12 color RGB value is (170,234,18).

#aaea12 hex color red value is 170, green value is 234 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aaea12 hue: 0.22 , saturation: 0.86 and the lightness value of aaea12 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 00010010
Octal 252 352 22
Decimal 170 234 18
Hex AA EA 12

RGB Percentages of Color #aaea12

%40.28
%55.45
%4.27

CMYK Percentages of Color #aaea12

%27
%0
%92
%8

Triadic Colors of #aaea12

#aaea12 #12aaea #ea12aa

Analogous Colors of #aaea12

#aaea12 #3eea12 #eabe12

Monochromatic Colors of #aaea12

#aaea12

Complementary Color

#aaea12 #5212ea

#aaea12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea12 Color CSS Codes

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

#aaea12 Text Font Color

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

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


#aaea12 Background Color

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

This div background color is #aaea12


#aaea12 Border Color

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

This div border color is #aaea12


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,234,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 #aaea12">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea12


Comments

No comments written yet.

Please login to write comment.