Color Hex Logo

#aacaae Color Hex

#AACAAE
(170,202,174)
0 Favorites   0 Comments

Color spaces of #aacaae

RGB 170202174
HSL0.350.230.73
HSV128°16°79°
CMYK 0.160.000.14   0.21
XYZ45.338153.843148.0476
Yxy53.84310.30790.3657
Hunter Lab73.3779-18.121212.5416
CIE-Lab78.3702-16.096510.4420

#aacaae color RGB value is (170,202,174).

#aacaae hex color red value is 170, green value is 202 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aacaae hue: 0.35 , saturation: 0.23 and the lightness value of aacaae is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 10101110
Octal 252 312 256
Decimal 170 202 174
Hex AA CA AE

RGB Percentages of Color #aacaae

%31.14
%37.00
%31.87

CMYK Percentages of Color #aacaae

%16
%0
%14
%21

Triadic Colors of #aacaae

#aacaae #aeaaca #caaeaa

Analogous Colors of #aacaae

#aacaae #aacabe #b6caaa

Monochromatic Colors of #aacaae

#aacaae

Complementary Color

#aacaae #caaac6

#aacaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacaae Color CSS Codes

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

#aacaae Text Font Color

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

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


#aacaae Background Color

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

This div background color is #aacaae


#aacaae Border Color

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

This div border color is #aacaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacaae


Comments

No comments written yet.

Please login to write comment.