Color Hex Logo

#aeddac Color Hex

#AEDDAC
(174,221,172)
0 Favorites   0 Comments

Color spaces of #aeddac

RGB 174221172
HSL0.330.420.77
HSV118°22°87°
CMYK 0.210.000.22   0.13
XYZ50.758463.690148.6479
Yxy63.69010.31120.3905
Hunter Lab79.8061-26.130819.7225
CIE-Lab83.8042-24.532519.1795

#aeddac color RGB value is (174,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 10101100
Octal 256 335 254
Decimal 174 221 172
Hex AE DD AC

RGB Percentages of Color #aeddac

%30.69
%38.98
%30.34

CMYK Percentages of Color #aeddac

%21
%0
%22
%13

Triadic Colors of #aeddac

#aeddac #acaedd #ddacae

Analogous Colors of #aeddac

#aeddac #acddc3 #c7ddac

Monochromatic Colors of #aeddac

#aeddac

Complementary Color

#aeddac #dbacdd

#aeddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddac Color CSS Codes

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

#aeddac Text Font Color

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

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


#aeddac Background Color

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

This div background color is #aeddac


#aeddac Border Color

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

This div border color is #aeddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddac


Comments

No comments written yet.

Please login to write comment.