Color Hex Logo

#aedb9c Color Hex

#AEDB9C
(174,219,156)
0 Favorites   0 Comments

Color spaces of #aedb9c

RGB 174219156
HSL0.290.470.74
HSV103°29°86°
CMYK 0.210.000.29   0.14
XYZ48.787862.062040.8603
Yxy62.06200.32160.4091
Hunter Lab78.7794-27.319724.3938
CIE-Lab82.9464-26.154326.3379

#aedb9c color RGB value is (174,219,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10011100
Octal 256 333 234
Decimal 174 219 156
Hex AE DB 9C

RGB Percentages of Color #aedb9c

%31.69
%39.89
%28.42

CMYK Percentages of Color #aedb9c

%21
%0
%29
%14

Triadic Colors of #aedb9c

#aedb9c #9caedb #db9cae

Analogous Colors of #aedb9c

#aedb9c #9cdbaa #cedb9c

Monochromatic Colors of #aedb9c

#aedb9c

Complementary Color

#aedb9c #c99cdb

#aedb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb9c Color CSS Codes

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

#aedb9c Text Font Color

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

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


#aedb9c Background Color

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

This div background color is #aedb9c


#aedb9c Border Color

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

This div border color is #aedb9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb9c


Comments

No comments written yet.

Please login to write comment.