Color Hex Logo

#aacdad Color Hex

#AACDAD
(170,205,173)
0 Favorites   0 Comments

Color spaces of #aacdad

RGB 170205173
HSL0.350.260.74
HSV125°17°80°
CMYK 0.170.000.16   0.20
XYZ45.951755.225847.7729
Yxy55.22580.30850.3708
Hunter Lab74.3141-19.675113.9052
CIE-Lab79.1712-17.794512.1138

#aacdad color RGB value is (170,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001101 10101101
Octal 252 315 255
Decimal 170 205 173
Hex AA CD AD

RGB Percentages of Color #aacdad

%31.02
%37.41
%31.57

CMYK Percentages of Color #aacdad

%17
%0
%16
%20

Triadic Colors of #aacdad

#aacdad #adaacd #cdadaa

Analogous Colors of #aacdad

#aacdad #aacdbf #b9cdaa

Monochromatic Colors of #aacdad

#aacdad

Complementary Color

#aacdad #cdaaca

#aacdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacdad Color CSS Codes

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

#aacdad Text Font Color

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

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


#aacdad Background Color

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

This div background color is #aacdad


#aacdad Border Color

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

This div border color is #aacdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacdad


Comments

No comments written yet.

Please login to write comment.