Color Hex Logo

#aedb89 Color Hex

#AEDB89
(174,219,137)
0 Favorites   0 Comments

Color spaces of #aedb89

RGB 174219137
HSL0.260.530.70
HSV93°37°86°
CMYK 0.210.000.37   0.14
XYZ47.302461.467833.0383
Yxy61.46780.33360.4335
Hunter Lab78.4014-29.507029.8962
CIE-Lab82.6296-28.893735.6562

#aedb89 color RGB value is (174,219,137).

#aedb89 hex color red value is 174, green value is 219 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #aedb89 hue: 0.26 , saturation: 0.53 and the lightness value of aedb89 is 0.70.

The process color (four color CMYK) of #aedb89 color hex is 0.21, 0.00, 0.37, 0.14. Web safe color of #aedb89 is #99cc99. Color #aedb89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10001001
Octal 256 333 211
Decimal 174 219 137
Hex AE DB 89

RGB Percentages of Color #aedb89

%32.83
%41.32
%25.85

CMYK Percentages of Color #aedb89

%21
%0
%37
%14

Triadic Colors of #aedb89

#aedb89 #89aedb #db89ae

Analogous Colors of #aedb89

#aedb89 #89db8d #d7db89

Monochromatic Colors of #aedb89

#aedb89

Complementary Color

#aedb89 #b689db

#aedb89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb89 Color CSS Codes

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

#aedb89 Text Font Color

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

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


#aedb89 Background Color

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

This div background color is #aedb89


#aedb89 Border Color

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

This div border color is #aedb89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb89


Comments

No comments written yet.

Please login to write comment.