Color Hex Logo

#aed7ac Color Hex

#AED7AC
(174,215,172)
0 Favorites   0 Comments

Color spaces of #aed7ac

RGB 174215172
HSL0.330.350.76
HSV117°20°84°
CMYK 0.190.000.20   0.16
XYZ49.202460.578148.1292
Yxy60.57810.31160.3836
Hunter Lab77.8319-23.364917.8190
CIE-Lab82.1514-21.596916.8753

#aed7ac color RGB value is (174,215,172).

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

The process color (four color CMYK) of #aed7ac color hex is 0.19, 0.00, 0.20, 0.16. Web safe color of #aed7ac is #99cc99. Color #aed7ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 10101100
Octal 256 327 254
Decimal 174 215 172
Hex AE D7 AC

RGB Percentages of Color #aed7ac

%31.02
%38.32
%30.66

CMYK Percentages of Color #aed7ac

%19
%0
%20
%16

Triadic Colors of #aed7ac

#aed7ac #acaed7 #d7acae

Analogous Colors of #aed7ac

#aed7ac #acd7c0 #c4d7ac

Monochromatic Colors of #aed7ac

#aed7ac

Complementary Color

#aed7ac #d5acd7

#aed7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed7ac Color CSS Codes

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

#aed7ac Text Font Color

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

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


#aed7ac Background Color

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

This div background color is #aed7ac


#aed7ac Border Color

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

This div border color is #aed7ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,215,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 #aed7ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed7ac


Comments

No comments written yet.

Please login to write comment.