Color Hex Logo

#aaea4d Color Hex

#AAEA4D
(170,234,77)
0 Favorites   0 Comments

Color spaces of #aaea4d

RGB 17023477
HSL0.230.790.61
HSV84°67°92°
CMYK 0.270.000.67   0.08
XYZ47.339967.927517.6374
Yxy67.92750.35620.5111
Hunter Lab82.4181-41.703745.0047
CIE-Lab85.9702-43.188166.7868

#aaea4d color RGB value is (170,234,77).

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

The process color (four color CMYK) of #aaea4d color hex is 0.27, 0.00, 0.67, 0.08. Web safe color of #aaea4d is #99ff66. Color #aaea4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 01001101
Octal 252 352 115
Decimal 170 234 77
Hex AA EA 4D

RGB Percentages of Color #aaea4d

%35.34
%48.65
%16.01

CMYK Percentages of Color #aaea4d

%27
%0
%67
%8

Triadic Colors of #aaea4d

#aaea4d #4daaea #ea4daa

Analogous Colors of #aaea4d

#aaea4d #5cea4d #eadc4d

Monochromatic Colors of #aaea4d

#aaea4d

Complementary Color

#aaea4d #8d4dea

#aaea4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaea4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaea4d Color CSS Codes

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

#aaea4d Text Font Color

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

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


#aaea4d Background Color

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

This div background color is #aaea4d


#aaea4d Border Color

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

This div border color is #aaea4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaea4d


Comments

No comments written yet.

Please login to write comment.