Color Hex Logo

#aaed3c Color Hex

#AAED3C
(170,237,60)
0 Favorites   0 Comments

Color spaces of #aaed3c

RGB 17023760
HSL0.230.830.58
HSV83°75°93°
CMYK 0.280.000.75   0.07
XYZ47.677469.440715.1655
Yxy69.44070.36040.5249
Hunter Lab83.3311-43.701747.5415
CIE-Lab86.7218-45.488373.4344

#aaed3c color RGB value is (170,237,60).

#aaed3c hex color red value is 170, green value is 237 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #aaed3c hue: 0.23 , saturation: 0.83 and the lightness value of aaed3c is 0.58.

The process color (four color CMYK) of #aaed3c color hex is 0.28, 0.00, 0.75, 0.07. Web safe color of #aaed3c is #99ff33. Color #aaed3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 00111100
Octal 252 355 74
Decimal 170 237 60
Hex AA ED 3C

RGB Percentages of Color #aaed3c

%36.40
%50.75
%12.85

CMYK Percentages of Color #aaed3c

%28
%0
%75
%7

Triadic Colors of #aaed3c

#aaed3c #3caaed #ed3caa

Analogous Colors of #aaed3c

#aaed3c #52ed3c #edd83c

Monochromatic Colors of #aaed3c

#aaed3c

Complementary Color

#aaed3c #7f3ced

#aaed3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed3c Color CSS Codes

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

#aaed3c Text Font Color

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

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


#aaed3c Background Color

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

This div background color is #aaed3c


#aaed3c Border Color

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

This div border color is #aaed3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed3c


Comments

No comments written yet.

Please login to write comment.