Color Hex Logo

#9fccbb Color Hex

#9FCCBB
(159,204,187)
0 Favorites   0 Comments

Color spaces of #9fccbb

RGB 159204187
HSL0.440.310.71
HSV157°22°80°
CMYK 0.220.000.08   0.20
XYZ44.860654.144555.1002
Yxy54.14450.29110.3513
Hunter Lab73.5829-19.94587.1107
CIE-Lab78.5459-18.23043.6324

#9fccbb color RGB value is (159,204,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001100 10111011
Octal 237 314 273
Decimal 159 204 187
Hex 9F CC BB

RGB Percentages of Color #9fccbb

%28.91
%37.09
%34.00

CMYK Percentages of Color #9fccbb

%22
%0
%8
%20

Triadic Colors of #9fccbb

#9fccbb #bb9fcc #ccbb9f

Analogous Colors of #9fccbb

#9fccbb #9fc7cc #9fcca5

Monochromatic Colors of #9fccbb

#9fccbb

Complementary Color

#9fccbb #cc9fb0

#9fccbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fccbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fccbb Color CSS Codes

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

#9fccbb Text Font Color

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

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


#9fccbb Background Color

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

This div background color is #9fccbb


#9fccbb Border Color

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

This div border color is #9fccbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fccbb


Comments

No comments written yet.

Please login to write comment.