Color Hex Logo

#aaea36 Color Hex

#AAEA36
(170,234,54)
0 Favorites   0 Comments

Color spaces of #aaea36

RGB 17023454
HSL0.230.810.56
HSV81°77°92°
CMYK 0.270.000.77   0.08
XYZ46.666267.658014.0898
Yxy67.65800.36340.5269
Hunter Lab82.2545-42.675347.4220
CIE-Lab85.8352-44.495274.4172

#aaea36 color RGB value is (170,234,54).

#aaea36 hex color red value is 170, green value is 234 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #aaea36 hue: 0.23 , saturation: 0.81 and the lightness value of aaea36 is 0.56.

The process color (four color CMYK) of #aaea36 color hex is 0.27, 0.00, 0.77, 0.08. Web safe color of #aaea36 is #99ff33. Color #aaea36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 00110110
Octal 252 352 66
Decimal 170 234 54
Hex AA EA 36

RGB Percentages of Color #aaea36

%37.12
%51.09
%11.79

CMYK Percentages of Color #aaea36

%27
%0
%77
%8

Triadic Colors of #aaea36

#aaea36 #36aaea #ea36aa

Analogous Colors of #aaea36

#aaea36 #50ea36 #ead036

Monochromatic Colors of #aaea36

#aaea36

Complementary Color

#aaea36 #7636ea

#aaea36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea36 Color CSS Codes

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

#aaea36 Text Font Color

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

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


#aaea36 Background Color

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

This div background color is #aaea36


#aaea36 Border Color

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

This div border color is #aaea36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea36


Comments

No comments written yet.

Please login to write comment.