Color Hex Logo

#9fbcce Color Hex

#9FBCCE
(159,188,206)
0 Favorites   0 Comments

Color spaces of #9fbcce

RGB 159188206
HSL0.560.320.72
HSV203°23°81°
CMYK 0.230.090.00   0.19
XYZ43.421947.793665.3290
Yxy47.79360.27740.3053
Hunter Lab69.1329-8.8680-7.6346
CIE-Lab74.6946-5.8367-12.3159

#9fbcce color RGB value is (159,188,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111100 11001110
Octal 237 274 316
Decimal 159 188 206
Hex 9F BC CE

RGB Percentages of Color #9fbcce

%28.75
%34.00
%37.25

CMYK Percentages of Color #9fbcce

%23
%9
%0
%19

Triadic Colors of #9fbcce

#9fbcce #ce9fbc #bcce9f

Analogous Colors of #9fbcce

#9fbcce #9fa5ce #9fcec9

Monochromatic Colors of #9fbcce

#9fbcce

Complementary Color

#9fbcce #ceb19f

#9fbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbcce Color CSS Codes

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

#9fbcce Text Font Color

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

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


#9fbcce Background Color

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

This div background color is #9fbcce


#9fbcce Border Color

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

This div border color is #9fbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbcce


Comments

No comments written yet.

Please login to write comment.