Color Hex Logo

#9fc8cc Color Hex

#9FC8CC
(159,200,204)
0 Favorites   0 Comments

Color spaces of #9fc8cc

RGB 159200204
HSL0.510.310.71
HSV185°22°80°
CMYK 0.220.020.00   0.20
XYZ45.851453.039164.9477
Yxy53.03910.27990.3237
Hunter Lab72.8279-15.0679-1.8950
CIE-Lab77.8981-12.5929-6.4638

#9fc8cc color RGB value is (159,200,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001000 11001100
Octal 237 310 314
Decimal 159 200 204
Hex 9F C8 CC

RGB Percentages of Color #9fc8cc

%28.24
%35.52
%36.23

CMYK Percentages of Color #9fc8cc

%22
%2
%0
%20

Triadic Colors of #9fc8cc

#9fc8cc #cc9fc8 #c8cc9f

Analogous Colors of #9fc8cc

#9fc8cc #9fb2cc #9fccba

Monochromatic Colors of #9fc8cc

#9fc8cc

Complementary Color

#9fc8cc #cca39f

#9fc8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fc8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fc8cc Color CSS Codes

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

#9fc8cc Text Font Color

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

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


#9fc8cc Background Color

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

This div background color is #9fc8cc


#9fc8cc Border Color

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

This div border color is #9fc8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fc8cc


Comments

No comments written yet.

Please login to write comment.