Color Hex Logo

#aaed4d Color Hex

#AAED4D
(170,237,77)
0 Favorites   0 Comments

Color spaces of #aaed4d

RGB 17023777
HSL0.240.820.62
HSV85°68°93°
CMYK 0.280.000.68   0.07
XYZ48.201369.650217.9245
Yxy69.65020.35500.5130
Hunter Lab83.4567-42.954645.6856
CIE-Lab86.8250-44.483267.6723

#aaed4d color RGB value is (170,237,77).

#aaed4d hex color red value is 170, green value is 237 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aaed4d hue: 0.24 , saturation: 0.82 and the lightness value of aaed4d is 0.62.

The process color (four color CMYK) of #aaed4d color hex is 0.28, 0.00, 0.68, 0.07. Web safe color of #aaed4d is #99ff66. Color #aaed4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 01001101
Octal 252 355 115
Decimal 170 237 77
Hex AA ED 4D

RGB Percentages of Color #aaed4d

%35.12
%48.97
%15.91

CMYK Percentages of Color #aaed4d

%28
%0
%68
%7

Triadic Colors of #aaed4d

#aaed4d #4daaed #ed4daa

Analogous Colors of #aaed4d

#aaed4d #5aed4d #ede04d

Monochromatic Colors of #aaed4d

#aaed4d

Complementary Color

#aaed4d #904ded

#aaed4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed4d Color CSS Codes

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

#aaed4d Text Font Color

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

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


#aaed4d Background Color

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

This div background color is #aaed4d


#aaed4d Border Color

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

This div border color is #aaed4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed4d


Comments

No comments written yet.

Please login to write comment.