Color Hex Logo

#9fcbcf Color Hex

#9FCBCF
(159,203,207)
0 Favorites   0 Comments

Color spaces of #9fcbcf

RGB 159203207
HSL0.510.330.72
HSV185°23°81°
CMYK 0.230.020.00   0.19
XYZ46.916554.587867.0952
Yxy54.58780.27830.3238
Hunter Lab73.8836-15.9477-2.1240
CIE-Lab78.8032-13.4813-6.7386

#9fcbcf color RGB value is (159,203,207).

#9fcbcf hex color red value is 159, green value is 203 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9fcbcf hue: 0.51 , saturation: 0.33 and the lightness value of 9fcbcf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001011 11001111
Octal 237 313 317
Decimal 159 203 207
Hex 9F CB CF

RGB Percentages of Color #9fcbcf

%27.94
%35.68
%36.38

CMYK Percentages of Color #9fcbcf

%23
%2
%0
%19

Triadic Colors of #9fcbcf

#9fcbcf #cf9fcb #cbcf9f

Analogous Colors of #9fcbcf

#9fcbcf #9fb3cf #9fcfbb

Monochromatic Colors of #9fcbcf

#9fcbcf

Complementary Color

#9fcbcf #cfa39f

#9fcbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcbcf Color CSS Codes

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

#9fcbcf Text Font Color

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

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


#9fcbcf Background Color

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

This div background color is #9fcbcf


#9fcbcf Border Color

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

This div border color is #9fcbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcbcf


Comments

No comments written yet.

Please login to write comment.