Color Hex Logo

#9fccbd Color Hex

#9FCCBD
(159,204,189)
0 Favorites   0 Comments

Color spaces of #9fccbd

RGB 159204189
HSL0.440.310.71
HSV160°22°80°
CMYK 0.220.000.07   0.20
XYZ45.076254.230856.2359
Yxy54.23080.28980.3487
Hunter Lab73.6416-19.61246.2727
CIE-Lab78.5961-17.82422.6314

#9fccbd color RGB value is (159,204,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001100 10111101
Octal 237 314 275
Decimal 159 204 189
Hex 9F CC BD

RGB Percentages of Color #9fccbd

%28.80
%36.96
%34.24

CMYK Percentages of Color #9fccbd

%22
%0
%7
%20

Triadic Colors of #9fccbd

#9fccbd #bd9fcc #ccbd9f

Analogous Colors of #9fccbd

#9fccbd #9fc5cc #9fcca7

Monochromatic Colors of #9fccbd

#9fccbd

Complementary Color

#9fccbd #cc9fae

#9fccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fccbd Color CSS Codes

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

#9fccbd Text Font Color

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

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


#9fccbd Background Color

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

This div background color is #9fccbd


#9fccbd Border Color

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

This div border color is #9fccbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fccbd


Comments

No comments written yet.

Please login to write comment.