Color Hex Logo

#9cccbd Color Hex

#9CCCBD
(156,204,189)
0 Favorites   0 Comments

Color spaces of #9cccbd

RGB 156204189
HSL0.450.320.71
HSV161°24°80°
CMYK 0.240.000.07   0.20
XYZ44.488553.927856.2084
Yxy53.92780.28770.3488
Hunter Lab73.4355-20.37396.0236
CIE-Lab78.4196-18.76542.3533

#9cccbd color RGB value is (156,204,189).

#9cccbd hex color red value is 156, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9cccbd hue: 0.45 , saturation: 0.32 and the lightness value of 9cccbd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 10111101
Octal 234 314 275
Decimal 156 204 189
Hex 9C CC BD

RGB Percentages of Color #9cccbd

%28.42
%37.16
%34.43

CMYK Percentages of Color #9cccbd

%24
%0
%7
%20

Triadic Colors of #9cccbd

#9cccbd #bd9ccc #ccbd9c

Analogous Colors of #9cccbd

#9cccbd #9cc3cc #9ccca5

Monochromatic Colors of #9cccbd

#9cccbd

Complementary Color

#9cccbd #cc9cab

#9cccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccbd Color CSS Codes

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

#9cccbd Text Font Color

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

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


#9cccbd Background Color

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

This div background color is #9cccbd


#9cccbd Border Color

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

This div border color is #9cccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccbd


Comments

No comments written yet.

Please login to write comment.