Color Hex Logo

#9fbcdf Color Hex

#9FBCDF
(159,188,223)
0 Favorites   0 Comments

Color spaces of #9fbcdf

RGB 159188223
HSL0.590.500.75
HSV213°29°87°
CMYK 0.290.160.00   0.13
XYZ45.600648.665176.8019
Yxy48.66510.26660.2845
Hunter Lab69.7604-5.3997-16.4424
CIE-Lab75.2425-1.8627-20.7184

#9fbcdf color RGB value is (159,188,223).

#9fbcdf hex color red value is 159, green value is 188 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #9fbcdf hue: 0.59 , saturation: 0.50 and the lightness value of 9fbcdf is 0.75.

The process color (four color CMYK) of #9fbcdf color hex is 0.29, 0.16, 0.00, 0.13. Web safe color of #9fbcdf is #99cccc. Color #9fbcdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 11011111
Octal 237 274 337
Decimal 159 188 223
Hex 9F BC DF

RGB Percentages of Color #9fbcdf

%27.89
%32.98
%39.12

CMYK Percentages of Color #9fbcdf

%29
%16
%0
%13

Triadic Colors of #9fbcdf

#9fbcdf #df9fbc #bcdf9f

Analogous Colors of #9fbcdf

#9fbcdf #a29fdf #9fdcdf

Monochromatic Colors of #9fbcdf

#9fbcdf

Complementary Color

#9fbcdf #dfc29f

#9fbcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbcdf Color CSS Codes

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

#9fbcdf Text Font Color

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

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


#9fbcdf Background Color

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

This div background color is #9fbcdf


#9fbcdf Border Color

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

This div border color is #9fbcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbcdf


Comments

No comments written yet.

Please login to write comment.