Color Hex Logo

#aec4ae Color Hex

#AEC4AE
(174,196,174)
0 Favorites   0 Comments

Color spaces of #aec4ae

RGB 174196174
HSL0.330.160.73
HSV120°11°77°
CMYK 0.110.000.11   0.23
XYZ44.835551.534547.6285
Yxy51.53450.31140.3579
Hunter Lab71.7875-14.144510.9144
CIE-Lab77.0017-11.64688.5265

#aec4ae color RGB value is (174,196,174).

#aec4ae hex color red value is 174, green value is 196 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aec4ae hue: 0.33 , saturation: 0.16 and the lightness value of aec4ae is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 10101110
Octal 256 304 256
Decimal 174 196 174
Hex AE C4 AE

RGB Percentages of Color #aec4ae

%31.99
%36.03
%31.99

CMYK Percentages of Color #aec4ae

%11
%0
%11
%23

Triadic Colors of #aec4ae

#aec4ae #aeaec4 #c4aeae

Analogous Colors of #aec4ae

#aec4ae #aec4b9 #b9c4ae

Monochromatic Colors of #aec4ae

#aec4ae

Complementary Color

#aec4ae #c4aec4

#aec4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec4ae Color CSS Codes

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

#aec4ae Text Font Color

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

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


#aec4ae Background Color

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

This div background color is #aec4ae


#aec4ae Border Color

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

This div border color is #aec4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec4ae


Comments

No comments written yet.

Please login to write comment.