Color Hex Logo

#9fb4cb Color Hex

#9FB4CB
(159,180,203)
0 Favorites   0 Comments

Color spaces of #9fb4cb

RGB 159180203
HSL0.590.300.71
HSV211°22°80°
CMYK 0.220.110.00   0.20
XYZ41.398844.325262.8736
Yxy44.32520.27860.2983
Hunter Lab66.5772-5.5158-9.3878
CIE-Lab72.4453-2.2177-14.0535

#9fb4cb color RGB value is (159,180,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110100 11001011
Octal 237 264 313
Decimal 159 180 203
Hex 9F B4 CB

RGB Percentages of Color #9fb4cb

%29.34
%33.21
%37.45

CMYK Percentages of Color #9fb4cb

%22
%11
%0
%20

Triadic Colors of #9fb4cb

#9fb4cb #cb9fb4 #b4cb9f

Analogous Colors of #9fb4cb

#9fb4cb #a09fcb #9fcacb

Monochromatic Colors of #9fb4cb

#9fb4cb

Complementary Color

#9fb4cb #cbb69f

#9fb4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb4cb Color CSS Codes

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

#9fb4cb Text Font Color

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

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


#9fb4cb Background Color

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

This div background color is #9fb4cb


#9fb4cb Border Color

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

This div border color is #9fb4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb4cb


Comments

No comments written yet.

Please login to write comment.