Color Hex Logo

#aedb9f Color Hex

#AEDB9F
(174,219,159)
1 Favorites   0 Comments

Color spaces of #aedb9f

RGB 174219159
HSL0.290.450.74
HSV105°27°86°
CMYK 0.210.000.27   0.14
XYZ49.045162.164942.2150
Yxy62.16490.31970.4052
Hunter Lab78.8447-26.942923.4463
CIE-Lab83.0010-25.687324.8552

#aedb9f color RGB value is (174,219,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10011111
Octal 256 333 237
Decimal 174 219 159
Hex AE DB 9F

RGB Percentages of Color #aedb9f

%31.52
%39.67
%28.80

CMYK Percentages of Color #aedb9f

%21
%0
%27
%14

Triadic Colors of #aedb9f

#aedb9f #9faedb #db9fae

Analogous Colors of #aedb9f

#aedb9f #9fdbae #ccdb9f

Monochromatic Colors of #aedb9f

#aedb9f

Complementary Color

#aedb9f #cc9fdb

#aedb9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb9f Color CSS Codes

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

#aedb9f Text Font Color

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

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


#aedb9f Background Color

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

This div background color is #aedb9f


#aedb9f Border Color

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

This div border color is #aedb9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb9f


Comments

No comments written yet.

Please login to write comment.