Color Hex Logo

#aacaad Color Hex

#AACAAD
(170,202,173)
0 Favorites   0 Comments

Color spaces of #aacaad

RGB 170202173
HSL0.350.230.73
HSV126°16°79°
CMYK 0.160.000.14   0.21
XYZ45.240953.804247.5360
Yxy53.80420.30860.3671
Hunter Lab73.3513-18.271412.9225
CIE-Lab78.3474-16.277910.9452

#aacaad color RGB value is (170,202,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001010 10101101
Octal 252 312 255
Decimal 170 202 173
Hex AA CA AD

RGB Percentages of Color #aacaad

%31.19
%37.06
%31.74

CMYK Percentages of Color #aacaad

%16
%0
%14
%21

Triadic Colors of #aacaad

#aacaad #adaaca #caadaa

Analogous Colors of #aacaad

#aacaad #aacabd #b7caaa

Monochromatic Colors of #aacaad

#aacaad

Complementary Color

#aacaad #caaac7

#aacaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacaad Color CSS Codes

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

#aacaad Text Font Color

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

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


#aacaad Background Color

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

This div background color is #aacaad


#aacaad Border Color

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

This div border color is #aacaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacaad


Comments

No comments written yet.

Please login to write comment.