Color Hex Logo

#9fbbcc Color Hex

#9FBBCC
(159,187,204)
0 Favorites   0 Comments

Color spaces of #9fbbcc

RGB 159187204
HSL0.560.310.71
HSV203°22°80°
CMYK 0.220.080.00   0.20
XYZ42.967547.271263.9864
Yxy47.27120.27860.3065
Hunter Lab68.7541-8.7669-7.0508
CIE-Lab74.3629-5.7552-11.7241

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111011 11001100
Octal 237 273 314
Decimal 159 187 204
Hex 9F BB CC

RGB Percentages of Color #9fbbcc

%28.91
%34.00
%37.09

CMYK Percentages of Color #9fbbcc

%22
%8
%0
%20

Triadic Colors of #9fbbcc

#9fbbcc #cc9fbb #bbcc9f

Analogous Colors of #9fbbcc

#9fbbcc #9fa5cc #9fccc7

Monochromatic Colors of #9fbbcc

#9fbbcc

Complementary Color

#9fbbcc #ccb09f

#9fbbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbbcc Color CSS Codes

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

#9fbbcc Text Font Color

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

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


#9fbbcc Background Color

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

This div background color is #9fbbcc


#9fbbcc Border Color

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

This div border color is #9fbbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbbcc

#9fbbcc Color Palettes


Comments

No comments written yet.

Please login to write comment.