Color Hex Logo

#9ccbbb Color Hex

#9CCBBB
(156,203,187)
0 Favorites   0 Comments

Color spaces of #9ccbbb

RGB 156203187
HSL0.440.310.70
HSV160°23°80°
CMYK 0.230.000.08   0.20
XYZ44.035953.367654.9938
Yxy53.36760.28900.3502
Hunter Lab73.0531-20.24456.5042
CIE-Lab78.0915-18.67222.9517

#9ccbbb color RGB value is (156,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001011 10111011
Octal 234 313 273
Decimal 156 203 187
Hex 9C CB BB

RGB Percentages of Color #9ccbbb

%28.57
%37.18
%34.25

CMYK Percentages of Color #9ccbbb

%23
%0
%8
%20

Triadic Colors of #9ccbbb

#9ccbbb #bb9ccb #cbbb9c

Analogous Colors of #9ccbbb

#9ccbbb #9cc4cb #9ccba4

Monochromatic Colors of #9ccbbb

#9ccbbb

Complementary Color

#9ccbbb #cb9cac

#9ccbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccbbb Color CSS Codes

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

#9ccbbb Text Font Color

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

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


#9ccbbb Background Color

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

This div background color is #9ccbbb


#9ccbbb Border Color

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

This div border color is #9ccbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccbbb


Comments

No comments written yet.

Please login to write comment.