color codes Logo

#aaea2d color codes

#AAEA2D
(170,234,45)
0 Favorites   0 Comments

Color spaces of #aaea2d

RGB 17023445
HSL0.220.820.55
HSV80°81°92°
CMYK 0.270.000.81   0.08
XYZ46.474067.581113.0777
Yxy67.58110.36560.5316
Hunter Lab82.2077-42.953248.1135
CIE-Lab85.7966-44.871176.8333

#aaea2d color RGB value is (170,234,45).

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

The process color (four color CMYK) of #aaea2d color code is 0.27, 0.00, 0.81, 0.08. Web safe color of #aaea2d is #99ff33. Color #aaea2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 00101101
Octal 252 352 55
Decimal 170 234 45
Hex AA EA 2D

RGB Percentages of Color #aaea2d

%37.86
%52.12
%10.02

CMYK Percentages of Color #aaea2d

%27
%0
%81
%8

Triadic Colors of #aaea2d

#aaea2d #2daaea #ea2daa

Analogous Colors of #aaea2d

#aaea2d #4cea2d #eacc2d

Monochromatic Colors of #aaea2d

#aaea2d

Complementary Color

#aaea2d #6d2dea

#aaea2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea2d Color CSS Codes

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

#aaea2d Text Font Color

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

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


#aaea2d Background Color

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

This div background color is #aaea2d


#aaea2d Border Color

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

This div border color is #aaea2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea2d


Comments

No comments written yet.

Please login to write comment.