Color Hex Logo

#aed7ae Color Hex

#AED7AE
(174,215,174)
0 Favorites   0 Comments

Color spaces of #aed7ae

RGB 174215174
HSL0.330.340.76
HSV120°19°84°
CMYK 0.190.000.19   0.16
XYZ49.396060.655549.1486
Yxy60.65550.31030.3810
Hunter Lab77.8816-23.080217.1011
CIE-Lab82.1932-21.251115.8792

#aed7ae color RGB value is (174,215,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 10101110
Octal 256 327 256
Decimal 174 215 174
Hex AE D7 AE

RGB Percentages of Color #aed7ae

%30.91
%38.19
%30.91

CMYK Percentages of Color #aed7ae

%19
%0
%19
%16

Triadic Colors of #aed7ae

#aed7ae #aeaed7 #d7aeae

Analogous Colors of #aed7ae

#aed7ae #aed7c3 #c3d7ae

Monochromatic Colors of #aed7ae

#aed7ae

Complementary Color

#aed7ae #d7aed7

#aed7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed7ae Color CSS Codes

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

#aed7ae Text Font Color

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

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


#aed7ae Background Color

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

This div background color is #aed7ae


#aed7ae Border Color

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

This div border color is #aed7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed7ae

#aed7ae Color Palettes


Comments

No comments written yet.

Please login to write comment.