Color Hex Logo

#9fbbec Color Hex

#9FBBEC
(159,187,236)
0 Favorites   0 Comments

Color spaces of #9fbbec

RGB 159187236
HSL0.610.670.77
HSV218°33°93°
CMYK 0.330.210.00   0.07
XYZ47.208748.967786.3204
Yxy48.96770.25870.2683
Hunter Lab69.9769-2.0377-24.1536
CIE-Lab75.43121.8719-27.4634

#9fbbec color RGB value is (159,187,236).

#9fbbec hex color red value is 159, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9fbbec hue: 0.61 , saturation: 0.67 and the lightness value of 9fbbec is 0.77.

The process color (four color CMYK) of #9fbbec color hex is 0.33, 0.21, 0.00, 0.07. Web safe color of #9fbbec is #99ccff. Color #9fbbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111011 11101100
Octal 237 273 354
Decimal 159 187 236
Hex 9F BB EC

RGB Percentages of Color #9fbbec

%27.32
%32.13
%40.55

CMYK Percentages of Color #9fbbec

%33
%21
%0
%7

Triadic Colors of #9fbbec

#9fbbec #ec9fbb #bbec9f

Analogous Colors of #9fbbec

#9fbbec #aa9fec #9fe2ec

Monochromatic Colors of #9fbbec

#9fbbec

Complementary Color

#9fbbec #ecd09f

#9fbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbbec Color CSS Codes

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

#9fbbec Text Font Color

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

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


#9fbbec Background Color

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

This div background color is #9fbbec


#9fbbec Border Color

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

This div border color is #9fbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbbec


Comments

No comments written yet.

Please login to write comment.