Color Hex Logo

#aac4ae Color Hex

#AAC4AE
(170,196,174)
0 Favorites   0 Comments

Color spaces of #aac4ae

RGB 170196174
HSL0.360.180.72
HSV129°13°77°
CMYK 0.130.000.11   0.23
XYZ43.957551.081947.5874
Yxy51.08190.30820.3582
Hunter Lab71.4716-15.291710.5535
CIE-Lab76.7286-13.02728.0994

#aac4ae color RGB value is (170,196,174).

#aac4ae hex color red value is 170, green value is 196 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aac4ae hue: 0.36 , saturation: 0.18 and the lightness value of aac4ae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11000100 10101110
Octal 252 304 256
Decimal 170 196 174
Hex AA C4 AE

RGB Percentages of Color #aac4ae

%31.48
%36.30
%32.22

CMYK Percentages of Color #aac4ae

%13
%0
%11
%23

Triadic Colors of #aac4ae

#aac4ae #aeaac4 #c4aeaa

Analogous Colors of #aac4ae

#aac4ae #aac4bb #b3c4aa

Monochromatic Colors of #aac4ae

#aac4ae

Complementary Color

#aac4ae #c4aac0

#aac4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aac4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aac4ae Color CSS Codes

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

#aac4ae Text Font Color

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

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


#aac4ae Background Color

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

This div background color is #aac4ae


#aac4ae Border Color

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

This div border color is #aac4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aac4ae


Comments

No comments written yet.

Please login to write comment.