Color Hex Logo

#9fbaec Color Hex

#9FBAEC
(159,186,236)
0 Favorites   0 Comments

Color spaces of #9fbaec

RGB 159186236
HSL0.610.670.77
HSV219°33°93°
CMYK 0.330.210.00   0.07
XYZ46.997348.544986.2500
Yxy48.54490.25850.2670
Hunter Lab69.6742-1.5262-24.6235
CIE-Lab75.16732.4175-27.8681

#9fbaec color RGB value is (159,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 11101100
Octal 237 272 354
Decimal 159 186 236
Hex 9F BA EC

RGB Percentages of Color #9fbaec

%27.37
%32.01
%40.62

CMYK Percentages of Color #9fbaec

%33
%21
%0
%7

Triadic Colors of #9fbaec

#9fbaec #ec9fba #baec9f

Analogous Colors of #9fbaec

#9fbaec #ab9fec #9fe1ec

Monochromatic Colors of #9fbaec

#9fbaec

Complementary Color

#9fbaec #ecd19f

#9fbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbaec Color CSS Codes

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

#9fbaec Text Font Color

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

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


#9fbaec Background Color

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

This div background color is #9fbaec


#9fbaec Border Color

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

This div border color is #9fbaec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,186,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 #9fbaec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbaec


Comments

No comments written yet.

Please login to write comment.