Color Hex Logo

#aed89b Color Hex

#AED89B
(174,216,155)
0 Favorites   0 Comments

Color spaces of #aed89b

RGB 174216155
HSL0.280.440.73
HSV101°28°85°
CMYK 0.190.000.28   0.15
XYZ47.927860.477040.1575
Yxy60.47700.32260.4071
Hunter Lab77.7670-26.082623.8206
CIE-Lab82.0968-24.858525.7050

#aed89b color RGB value is (174,216,155).

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

The process color (four color CMYK) of #aed89b color hex is 0.19, 0.00, 0.28, 0.15. Web safe color of #aed89b is #99cc99. Color #aed89b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011000 10011011
Octal 256 330 233
Decimal 174 216 155
Hex AE D8 9B

RGB Percentages of Color #aed89b

%31.93
%39.63
%28.44

CMYK Percentages of Color #aed89b

%19
%0
%28
%15

Triadic Colors of #aed89b

#aed89b #9baed8 #d89bae

Analogous Colors of #aed89b

#aed89b #9bd8a7 #cdd89b

Monochromatic Colors of #aed89b

#aed89b

Complementary Color

#aed89b #c59bd8

#aed89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed89b Color CSS Codes

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

#aed89b Text Font Color

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

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


#aed89b Background Color

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

This div background color is #aed89b


#aed89b Border Color

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

This div border color is #aed89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed89b


Comments

No comments written yet.

Please login to write comment.