Color Hex Logo

#aaed63 Color Hex

#AAED63
(170,237,99)
0 Favorites   0 Comments

Color spaces of #aaed63

RGB 17023799
HSL0.250.790.66
HSV89°58°93°
CMYK 0.280.000.58   0.07
XYZ49.113970.015322.7301
Yxy70.01530.34620.4936
Hunter Lab83.6751-41.659342.4667
CIE-Lab87.0044-42.755658.9503

#aaed63 color RGB value is (170,237,99).

#aaed63 hex color red value is 170, green value is 237 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #aaed63 hue: 0.25 , saturation: 0.79 and the lightness value of aaed63 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 01100011
Octal 252 355 143
Decimal 170 237 99
Hex AA ED 63

RGB Percentages of Color #aaed63

%33.60
%46.84
%19.57

CMYK Percentages of Color #aaed63

%28
%0
%58
%7

Triadic Colors of #aaed63

#aaed63 #63aaed #ed63aa

Analogous Colors of #aaed63

#aaed63 #65ed63 #edeb63

Monochromatic Colors of #aaed63

#aaed63

Complementary Color

#aaed63 #a663ed

#aaed63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaed63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaed63 Color CSS Codes

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

#aaed63 Text Font Color

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

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


#aaed63 Background Color

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

This div background color is #aaed63


#aaed63 Border Color

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

This div border color is #aaed63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaed63


Comments

No comments written yet.

Please login to write comment.