Color Hex Logo

#aed59b Color Hex

#AED59B
(174,213,155)
0 Favorites   0 Comments

Color spaces of #aed59b

RGB 174213155
HSL0.280.410.72
HSV100°27°84°
CMYK 0.180.000.27   0.16
XYZ47.166258.953739.9036
Yxy58.95370.32300.4037
Hunter Lab76.7813-24.716122.9336
CIE-Lab81.2661-23.397424.5757

#aed59b color RGB value is (174,213,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010101 10011011
Octal 256 325 233
Decimal 174 213 155
Hex AE D5 9B

RGB Percentages of Color #aed59b

%32.10
%39.30
%28.60

CMYK Percentages of Color #aed59b

%18
%0
%27
%16

Triadic Colors of #aed59b

#aed59b #9baed5 #d59bae

Analogous Colors of #aed59b

#aed59b #9bd5a5 #cbd59b

Monochromatic Colors of #aed59b

#aed59b

Complementary Color

#aed59b #c29bd5

#aed59b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed59b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed59b Color CSS Codes

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

#aed59b Text Font Color

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

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


#aed59b Background Color

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

This div background color is #aed59b


#aed59b Border Color

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

This div border color is #aed59b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed59b


Comments

No comments written yet.

Please login to write comment.