Color Hex Logo

#9ccbaa Color Hex

#9CCBAA
(156,203,170)
0 Favorites   0 Comments

Color spaces of #9ccbaa

RGB 156203170
HSL0.380.310.70
HSV138°23°80°
CMYK 0.230.000.16   0.20
XYZ42.321952.682145.9683
Yxy52.68210.30020.3737
Hunter Lab72.5824-22.938213.2578
CIE-Lab77.6869-22.014511.4930

#9ccbaa color RGB value is (156,203,170).

#9ccbaa hex color red value is 156, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9ccbaa hue: 0.38 , saturation: 0.31 and the lightness value of 9ccbaa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001011 10101010
Octal 234 313 252
Decimal 156 203 170
Hex 9C CB AA

RGB Percentages of Color #9ccbaa

%29.49
%38.37
%32.14

CMYK Percentages of Color #9ccbaa

%23
%0
%16
%20

Triadic Colors of #9ccbaa

#9ccbaa #aa9ccb #cbaa9c

Analogous Colors of #9ccbaa

#9ccbaa #9ccbc2 #a6cb9c

Monochromatic Colors of #9ccbaa

#9ccbaa

Complementary Color

#9ccbaa #cb9cbd

#9ccbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccbaa Color CSS Codes

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

#9ccbaa Text Font Color

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

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


#9ccbaa Background Color

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

This div background color is #9ccbaa


#9ccbaa Border Color

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

This div border color is #9ccbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccbaa


Comments

No comments written yet.

Please login to write comment.