Color Hex Logo

#aaea25 Color Hex

#AAEA25
(170,234,37)
0 Favorites   0 Comments

Color spaces of #aaea25

RGB 17023437
HSL0.220.820.53
HSV79°84°92°
CMYK 0.270.000.84   0.08
XYZ46.334367.525312.3419
Yxy67.52530.36710.5351
Hunter Lab82.1738-43.155648.6167
CIE-Lab85.7685-45.145478.6715

#aaea25 color RGB value is (170,234,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 00100101
Octal 252 352 45
Decimal 170 234 37
Hex AA EA 25

RGB Percentages of Color #aaea25

%38.55
%53.06
%8.39

CMYK Percentages of Color #aaea25

%27
%0
%84
%8

Triadic Colors of #aaea25

#aaea25 #25aaea #ea25aa

Analogous Colors of #aaea25

#aaea25 #48ea25 #eac825

Monochromatic Colors of #aaea25

#aaea25

Complementary Color

#aaea25 #6525ea

#aaea25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea25 Color CSS Codes

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

#aaea25 Text Font Color

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

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


#aaea25 Background Color

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

This div background color is #aaea25


#aaea25 Border Color

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

This div border color is #aaea25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea25


Comments

No comments written yet.

Please login to write comment.