Color Hex Logo

#9fcacc Color Hex

#9FCACC
(159,202,204)
0 Favorites   0 Comments

Color spaces of #9fcacc

RGB 159202204
HSL0.510.310.71
HSV183°22°80°
CMYK 0.220.010.00   0.20
XYZ46.317753.971665.1031
Yxy53.97160.28000.3263
Hunter Lab73.4654-16.0255-1.1155
CIE-Lab78.4452-13.6262-5.6547

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 11001010 11001100
Octal 237 312 314
Decimal 159 202 204
Hex 9F CA CC

RGB Percentages of Color #9fcacc

%28.14
%35.75
%36.11

CMYK Percentages of Color #9fcacc

%22
%1
%0
%20

Triadic Colors of #9fcacc

#9fcacc #cc9fca #cacc9f

Analogous Colors of #9fcacc

#9fcacc #9fb4cc #9fccb8

Monochromatic Colors of #9fcacc

#9fcacc

Complementary Color

#9fcacc #cca19f

#9fcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fcacc Color CSS Codes

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

#9fcacc Text Font Color

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

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


#9fcacc Background Color

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

This div background color is #9fcacc


#9fcacc Border Color

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

This div border color is #9fcacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fcacc


Comments

No comments written yet.

Please login to write comment.