Color Hex Logo

#aedd9b Color Hex

#AEDD9B
(174,221,155)
1 Favorites   0 Comments

Color spaces of #aedd9b

RGB 174221155
HSL0.290.490.74
HSV103°30°87°
CMYK 0.210.000.30   0.13
XYZ49.228463.078140.5910
Yxy63.07810.32200.4126
Hunter Lab79.4217-28.347425.2932
CIE-Lab83.4835-27.267727.5815

#aedd9b color RGB value is (174,221,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10011011
Octal 256 335 233
Decimal 174 221 155
Hex AE DD 9B

RGB Percentages of Color #aedd9b

%31.64
%40.18
%28.18

CMYK Percentages of Color #aedd9b

%21
%0
%30
%13

Triadic Colors of #aedd9b

#aedd9b #9baedd #dd9bae

Analogous Colors of #aedd9b

#aedd9b #9bdda9 #cfdd9b

Monochromatic Colors of #aedd9b

#aedd9b

Complementary Color

#aedd9b #ca9bdd

#aedd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedd9b Color CSS Codes

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

#aedd9b Text Font Color

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

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


#aedd9b Background Color

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

This div background color is #aedd9b


#aedd9b Border Color

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

This div border color is #aedd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedd9b


Comments

No comments written yet.

Please login to write comment.