Color Hex Logo

#9fcccc Color Hex

#9FCCCC
(159,204,204)
0 Favorites   0 Comments

Color spaces of #9fcccc

RGB 159204204
HSL0.500.310.71
HSV180°22°80°
CMYK 0.220.000.00   0.20
XYZ46.790054.916365.2605
Yxy54.91630.28020.3289
Hunter Lab74.1055-16.9803-0.3394
CIE-Lab78.9930-14.6548-4.8458

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001100 11001100
Octal 237 314 314
Decimal 159 204 204
Hex 9F CC CC

RGB Percentages of Color #9fcccc

%28.04
%35.98
%35.98

CMYK Percentages of Color #9fcccc

%22
%0
%0
%20

Triadic Colors of #9fcccc

#9fcccc #cc9fcc #cccc9f

Analogous Colors of #9fcccc

#9fcccc #9fb6cc #9fccb6

Monochromatic Colors of #9fcccc

#9fcccc

Complementary Color

#9fcccc #cc9f9f

#9fcccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcccc Color CSS Codes

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

#9fcccc Text Font Color

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

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


#9fcccc Background Color

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

This div background color is #9fcccc


#9fcccc Border Color

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

This div border color is #9fcccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcccc


Comments

No comments written yet.

Please login to write comment.