Color Hex Logo

#aedb9e Color Hex

#AEDB9E
(174,219,158)
0 Favorites   0 Comments

Color spaces of #aedb9e

RGB 174219158
HSL0.290.460.74
HSV104°28°86°
CMYK 0.210.000.28   0.14
XYZ48.958662.130341.7597
Yxy62.13030.32030.4065
Hunter Lab78.8228-27.069523.7646
CIE-Lab82.9827-25.844025.3497

#aedb9e color RGB value is (174,219,158).

#aedb9e hex color red value is 174, green value is 219 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aedb9e hue: 0.29 , saturation: 0.46 and the lightness value of aedb9e is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10011110
Octal 256 333 236
Decimal 174 219 158
Hex AE DB 9E

RGB Percentages of Color #aedb9e

%31.58
%39.75
%28.68

CMYK Percentages of Color #aedb9e

%21
%0
%28
%14

Triadic Colors of #aedb9e

#aedb9e #9eaedb #db9eae

Analogous Colors of #aedb9e

#aedb9e #9edbad #cddb9e

Monochromatic Colors of #aedb9e

#aedb9e

Complementary Color

#aedb9e #cb9edb

#aedb9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb9e Color CSS Codes

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

#aedb9e Text Font Color

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

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


#aedb9e Background Color

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

This div background color is #aedb9e


#aedb9e Border Color

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

This div border color is #aedb9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb9e


Comments

No comments written yet.

Please login to write comment.