Color Hex Logo

#aed37a Color Hex

#AED37A
(174,211,122)
0 Favorites   0 Comments

Color spaces of #aed37a

RGB 174211122
HSL0.240.500.65
HSV85°42°83°
CMYK 0.180.000.42   0.17
XYZ44.262756.992327.0801
Yxy56.99230.34490.4441
Hunter Lab75.4932-27.456231.5774
CIE-Lab80.1753-26.990740.0447

#aed37a color RGB value is (174,211,122).

#aed37a hex color red value is 174, green value is 211 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #aed37a hue: 0.24 , saturation: 0.50 and the lightness value of aed37a is 0.65.

The process color (four color CMYK) of #aed37a color hex is 0.18, 0.00, 0.42, 0.17. Web safe color of #aed37a is #99cc66. Color #aed37a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 01111010
Octal 256 323 172
Decimal 174 211 122
Hex AE D3 7A

RGB Percentages of Color #aed37a

%34.32
%41.62
%24.06

CMYK Percentages of Color #aed37a

%18
%0
%42
%17

Triadic Colors of #aed37a

#aed37a #7aaed3 #d37aae

Analogous Colors of #aed37a

#aed37a #82d37a #d3cc7a

Monochromatic Colors of #aed37a

#aed37a

Complementary Color

#aed37a #9f7ad3

#aed37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed37a Color CSS Codes

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

#aed37a Text Font Color

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

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


#aed37a Background Color

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

This div background color is #aed37a


#aed37a Border Color

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

This div border color is #aed37a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(174,211,122, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #aed37a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #aed37a;
  -webkit-box-shadow: 1px 1px 3px 2px #aed37a;
  box-shadow:         1px 1px 3px 2px #aed37a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,211,122, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed37a


Comments

No comments written yet.

Please login to write comment.