Color Hex Logo

#aedb9a Color Hex

#AEDB9A
(174,219,154)
0 Favorites   0 Comments

Color spaces of #aedb9a

RGB 174219154
HSL0.280.470.73
HSV102°30°86°
CMYK 0.210.000.30   0.14
XYZ48.619861.994839.9755
Yxy61.99480.32290.4117
Hunter Lab78.7368-27.566025.0136
CIE-Lab82.9107-26.460327.3252

#aedb9a color RGB value is (174,219,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 10011010
Octal 256 333 232
Decimal 174 219 154
Hex AE DB 9A

RGB Percentages of Color #aedb9a

%31.81
%40.04
%28.15

CMYK Percentages of Color #aedb9a

%21
%0
%30
%14

Triadic Colors of #aedb9a

#aedb9a #9aaedb #db9aae

Analogous Colors of #aedb9a

#aedb9a #9adba7 #cfdb9a

Monochromatic Colors of #aedb9a

#aedb9a

Complementary Color

#aedb9a #c79adb

#aedb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb9a Color CSS Codes

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

#aedb9a Text Font Color

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

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


#aedb9a Background Color

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

This div background color is #aedb9a


#aedb9a Border Color

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

This div border color is #aedb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb9a


Comments

No comments written yet.

Please login to write comment.