Color Hex Logo

#9fb4cd Color Hex

#9FB4CD
(159,180,205)
0 Favorites   0 Comments

Color spaces of #9fb4cd

RGB 159180205
HSL0.590.320.71
HSV213°22°80°
CMYK 0.220.120.00   0.20
XYZ41.638844.421264.1372
Yxy44.42120.27720.2958
Hunter Lab66.6492-5.1191-10.4009
CIE-Lab72.5091-1.7617-15.0518

#9fb4cd color RGB value is (159,180,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10110100 11001101
Octal 237 264 315
Decimal 159 180 205
Hex 9F B4 CD

RGB Percentages of Color #9fb4cd

%29.23
%33.09
%37.68

CMYK Percentages of Color #9fb4cd

%22
%12
%0
%20

Triadic Colors of #9fb4cd

#9fb4cd #cd9fb4 #b4cd9f

Analogous Colors of #9fb4cd

#9fb4cd #a19fcd #9fcbcd

Monochromatic Colors of #9fb4cd

#9fb4cd

Complementary Color

#9fb4cd #cdb89f

#9fb4cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fb4cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fb4cd Color CSS Codes

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

#9fb4cd Text Font Color

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

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


#9fb4cd Background Color

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

This div background color is #9fb4cd


#9fb4cd Border Color

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

This div border color is #9fb4cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,180,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9fb4cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fb4cd


Comments

No comments written yet.

Please login to write comment.