Color Hex Logo

#aed39b Color Hex

#AED39B
(174,211,155)
0 Favorites   0 Comments

Color spaces of #aed39b

RGB 174211155
HSL0.280.390.72
HSV100°27°83°
CMYK 0.180.000.27   0.17
XYZ46.666257.953839.7370
Yxy57.95380.32330.4015
Hunter Lab76.1274-23.802222.3410
CIE-Lab80.7131-22.417423.8217

#aed39b color RGB value is (174,211,155).

#aed39b hex color red value is 174, green value is 211 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #aed39b hue: 0.28 , saturation: 0.39 and the lightness value of aed39b is 0.72.

The process color (four color CMYK) of #aed39b color hex is 0.18, 0.00, 0.27, 0.17. Web safe color of #aed39b is #99cc99. Color #aed39b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 10011011
Octal 256 323 233
Decimal 174 211 155
Hex AE D3 9B

RGB Percentages of Color #aed39b

%32.22
%39.07
%28.70

CMYK Percentages of Color #aed39b

%18
%0
%27
%17

Triadic Colors of #aed39b

#aed39b #9baed3 #d39bae

Analogous Colors of #aed39b

#aed39b #9bd3a4 #cad39b

Monochromatic Colors of #aed39b

#aed39b

Complementary Color

#aed39b #c09bd3

#aed39b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed39b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed39b Color CSS Codes

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

#aed39b Text Font Color

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

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


#aed39b Background Color

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

This div background color is #aed39b


#aed39b Border Color

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

This div border color is #aed39b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed39b


Comments

No comments written yet.

Please login to write comment.