Color Hex Logo

#9fbccf Color Hex

#9FBCCF
(159,188,207)
0 Favorites   0 Comments

Color spaces of #9fbccf

RGB 159188207
HSL0.570.330.72
HSV204°23°81°
CMYK 0.230.090.00   0.19
XYZ43.543847.842465.9710
Yxy47.84240.27670.3040
Hunter Lab69.1682-8.6724-8.1317
CIE-Lab74.7254-5.6097-12.8135

#9fbccf color RGB value is (159,188,207).

#9fbccf hex color red value is 159, green value is 188 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9fbccf hue: 0.57 , saturation: 0.33 and the lightness value of 9fbccf is 0.72.

The process color (four color CMYK) of #9fbccf color hex is 0.23, 0.09, 0.00, 0.19. Web safe color of #9fbccf is #99cccc. Color #9fbccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 11001111
Octal 237 274 317
Decimal 159 188 207
Hex 9F BC CF

RGB Percentages of Color #9fbccf

%28.70
%33.94
%37.36

CMYK Percentages of Color #9fbccf

%23
%9
%0
%19

Triadic Colors of #9fbccf

#9fbccf #cf9fbc #bccf9f

Analogous Colors of #9fbccf

#9fbccf #9fa4cf #9fcfca

Monochromatic Colors of #9fbccf

#9fbccf

Complementary Color

#9fbccf #cfb29f

#9fbccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbccf Color CSS Codes

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

#9fbccf Text Font Color

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

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


#9fbccf Background Color

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

This div background color is #9fbccf


#9fbccf Border Color

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

This div border color is #9fbccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbccf


Comments

No comments written yet.

Please login to write comment.