Color Hex Logo

#9fcdcb Color Hex

#9FCDCB
(159,205,203)
0 Favorites   0 Comments

Color spaces of #9fcdcb

RGB 159205203
HSL0.490.320.71
HSV177°22°80°
CMYK 0.220.000.01   0.20
XYZ46.908955.345464.7103
Yxy55.34540.28100.3315
Hunter Lab74.3945-17.63850.5041
CIE-Lab79.2398-15.3843-3.9451

#9fcdcb color RGB value is (159,205,203).

#9fcdcb hex color red value is 159, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9fcdcb hue: 0.49 , saturation: 0.32 and the lightness value of 9fcdcb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001101 11001011
Octal 237 315 313
Decimal 159 205 203
Hex 9F CD CB

RGB Percentages of Color #9fcdcb

%28.04
%36.16
%35.80

CMYK Percentages of Color #9fcdcb

%22
%0
%1
%20

Triadic Colors of #9fcdcb

#9fcdcb #cb9fcd #cdcb9f

Analogous Colors of #9fcdcb

#9fcdcb #9fb8cd #9fcdb4

Monochromatic Colors of #9fcdcb

#9fcdcb

Complementary Color

#9fcdcb #cd9fa1

#9fcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcdcb Color CSS Codes

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

#9fcdcb Text Font Color

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

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


#9fcdcb Background Color

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

This div background color is #9fcdcb


#9fcdcb Border Color

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

This div border color is #9fcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcdcb


Comments

No comments written yet.

Please login to write comment.