Color Hex Logo

#9fbdcc Color Hex

#9FBDCC
(159,189,204)
0 Favorites   0 Comments

Color spaces of #9fbdcc

RGB 159189204
HSL0.560.310.71
HSV200°22°80°
CMYK 0.220.070.00   0.20
XYZ43.394848.125864.1288
Yxy48.12580.27880.3092
Hunter Lab69.3728-9.7451-6.2473
CIE-Lab74.9042-6.8205-10.9151

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111101 11001100
Octal 237 275 314
Decimal 159 189 204
Hex 9F BD CC

RGB Percentages of Color #9fbdcc

%28.80
%34.24
%36.96

CMYK Percentages of Color #9fbdcc

%22
%7
%0
%20

Triadic Colors of #9fbdcc

#9fbdcc #cc9fbd #bdcc9f

Analogous Colors of #9fbdcc

#9fbdcc #9fa7cc #9fccc5

Monochromatic Colors of #9fbdcc

#9fbdcc

Complementary Color

#9fbdcc #ccae9f

#9fbdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbdcc Color CSS Codes

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

#9fbdcc Text Font Color

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

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


#9fbdcc Background Color

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

This div background color is #9fbdcc


#9fbdcc Border Color

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

This div border color is #9fbdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbdcc


Comments

No comments written yet.

Please login to write comment.