Color Hex Logo

#9fbcdc Color Hex

#9FBCDC
(159,188,220)
5 Favorites   0 Comments

Color spaces of #9fbcdc

RGB 159188220
HSL0.590.470.74
HSV211°28°86°
CMYK 0.280.150.00   0.14
XYZ45.199648.504774.6902
Yxy48.50470.26840.2880
Hunter Lab69.6453-6.0333-14.8331
CIE-Lab75.1421-2.5809-19.2445

#9fbcdc color RGB value is (159,188,220).

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

The process color (four color CMYK) of #9fbcdc color hex is 0.28, 0.15, 0.00, 0.14. Web safe color of #9fbcdc is #99cccc. Color #9fbcdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 11011100
Octal 237 274 334
Decimal 159 188 220
Hex 9F BC DC

RGB Percentages of Color #9fbcdc

%28.04
%33.16
%38.80

CMYK Percentages of Color #9fbcdc

%28
%15
%0
%14

Triadic Colors of #9fbcdc

#9fbcdc #dc9fbc #bcdc9f

Analogous Colors of #9fbcdc

#9fbcdc #a19fdc #9fdbdc

Monochromatic Colors of #9fbcdc

#9fbcdc

Complementary Color

#9fbcdc #dcbf9f

#9fbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbcdc Color CSS Codes

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

#9fbcdc Text Font Color

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

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


#9fbcdc Background Color

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

This div background color is #9fbcdc


#9fbcdc Border Color

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

This div border color is #9fbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbcdc


Comments

No comments written yet.

Please login to write comment.