Color Hex Logo

#9ccdac Color Hex

#9CCDAC
(156,205,172)
0 Favorites   0 Comments

Color spaces of #9ccdac

RGB 156205172
HSL0.390.330.71
HSV140°24°80°
CMYK 0.240.000.16   0.20
XYZ42.988053.709147.1309
Yxy53.70910.29890.3734
Hunter Lab73.2865-23.547813.1709
CIE-Lab78.2918-22.629011.2815

#9ccdac color RGB value is (156,205,172).

#9ccdac hex color red value is 156, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9ccdac hue: 0.39 , saturation: 0.33 and the lightness value of 9ccdac is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001101 10101100
Octal 234 315 254
Decimal 156 205 172
Hex 9C CD AC

RGB Percentages of Color #9ccdac

%29.27
%38.46
%32.27

CMYK Percentages of Color #9ccdac

%24
%0
%16
%20

Triadic Colors of #9ccdac

#9ccdac #ac9ccd #cdac9c

Analogous Colors of #9ccdac

#9ccdac #9ccdc5 #a5cd9c

Monochromatic Colors of #9ccdac

#9ccdac

Complementary Color

#9ccdac #cd9cbd

#9ccdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccdac Color CSS Codes

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

#9ccdac Text Font Color

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

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


#9ccdac Background Color

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

This div background color is #9ccdac


#9ccdac Border Color

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

This div border color is #9ccdac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,205,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccdac


Comments

No comments written yet.

Please login to write comment.