Color Hex Logo

#aeddab Color Hex

#AEDDAB
(174,221,171)
0 Favorites   0 Comments

Color spaces of #aeddab

RGB 174221171
HSL0.320.420.77
HSV116°23°87°
CMYK 0.210.000.23   0.13
XYZ50.662763.651848.1439
Yxy63.65180.31190.3918
Hunter Lab79.7821-26.268720.0693
CIE-Lab83.7841-24.701419.6748

#aeddab color RGB value is (174,221,171).

#aeddab hex color red value is 174, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #aeddab hue: 0.32 , saturation: 0.42 and the lightness value of aeddab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10101011
Octal 256 335 253
Decimal 174 221 171
Hex AE DD AB

RGB Percentages of Color #aeddab

%30.74
%39.05
%30.21

CMYK Percentages of Color #aeddab

%21
%0
%23
%13

Triadic Colors of #aeddab

#aeddab #abaedd #ddabae

Analogous Colors of #aeddab

#aeddab #abddc1 #c7ddab

Monochromatic Colors of #aeddab

#aeddab

Complementary Color

#aeddab #daabdd

#aeddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddab Color CSS Codes

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

#aeddab Text Font Color

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

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


#aeddab Background Color

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

This div background color is #aeddab


#aeddab Border Color

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

This div border color is #aeddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddab


Comments

No comments written yet.

Please login to write comment.