Color Hex Logo

#9acdad Color Hex

#9ACDAD
(154,205,173)
0 Favorites   0 Comments

Color spaces of #9acdad

RGB 154205173
HSL0.400.340.70
HSV142°25°80°
CMYK 0.250.000.16   0.20
XYZ42.700653.549847.6207
Yxy53.54980.29680.3722
Hunter Lab73.1777-23.902912.6412
CIE-Lab78.1985-23.084010.5983

#9acdad color RGB value is (154,205,173).

#9acdad hex color red value is 154, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9acdad hue: 0.40 , saturation: 0.34 and the lightness value of 9acdad is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001101 10101101
Octal 232 315 255
Decimal 154 205 173
Hex 9A CD AD

RGB Percentages of Color #9acdad

%28.95
%38.53
%32.52

CMYK Percentages of Color #9acdad

%25
%0
%16
%20

Triadic Colors of #9acdad

#9acdad #ad9acd #cdad9a

Analogous Colors of #9acdad

#9acdad #9acdc7 #a1cd9a

Monochromatic Colors of #9acdad

#9acdad

Complementary Color

#9acdad #cd9aba

#9acdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acdad Color CSS Codes

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

#9acdad Text Font Color

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

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


#9acdad Background Color

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

This div background color is #9acdad


#9acdad Border Color

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

This div border color is #9acdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acdad


Comments

No comments written yet.

Please login to write comment.