Color Hex Logo

#9fd8cb Color Hex

#9FD8CB
(159,216,203)
0 Favorites   0 Comments

Color spaces of #9fd8cb

RGB 159216203
HSL0.460.420.74
HSV166°26°85°
CMYK 0.260.000.06   0.15
XYZ49.633460.794565.6185
Yxy60.79450.28190.3453
Hunter Lab77.9708-22.82234.6824
CIE-Lab82.2681-20.93120.4932

#9fd8cb color RGB value is (159,216,203).

#9fd8cb hex color red value is 159, green value is 216 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9fd8cb hue: 0.46 , saturation: 0.42 and the lightness value of 9fd8cb is 0.74.

The process color (four color CMYK) of #9fd8cb color hex is 0.26, 0.00, 0.06, 0.15. Web safe color of #9fd8cb is #99cccc. Color #9fd8cb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 11011000 11001011
Octal 237 330 313
Decimal 159 216 203
Hex 9F D8 CB

RGB Percentages of Color #9fd8cb

%27.51
%37.37
%35.12

CMYK Percentages of Color #9fd8cb

%26
%0
%6
%15

Triadic Colors of #9fd8cb

#9fd8cb #cb9fd8 #d8cb9f

Analogous Colors of #9fd8cb

#9fd8cb #9fc9d8 #9fd8af

Monochromatic Colors of #9fd8cb

#9fd8cb

Complementary Color

#9fd8cb #d89fac

#9fd8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fd8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fd8cb Color CSS Codes

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

#9fd8cb Text Font Color

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

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


#9fd8cb Background Color

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

This div background color is #9fd8cb


#9fd8cb Border Color

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

This div border color is #9fd8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fd8cb

#9fd8cb Color Palettes


Comments

No comments written yet.

Please login to write comment.