Color Hex Logo

#9fbafa Color Hex

#9FBAFA
(159,186,250)
0 Favorites   0 Comments

Color spaces of #9fbafa

RGB 159186250
HSL0.620.900.80
HSV222°36°98°
CMYK 0.360.260.00   0.02
XYZ49.112349.390997.3874
Yxy49.39090.25070.2521
Hunter Lab70.27871.7521-32.9650
CIE-Lab75.69395.9922-34.6053

#9fbafa color RGB value is (159,186,250).

#9fbafa hex color red value is 159, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9fbafa hue: 0.62 , saturation: 0.90 and the lightness value of 9fbafa is 0.80.

The process color (four color CMYK) of #9fbafa color hex is 0.36, 0.26, 0.00, 0.02. Web safe color of #9fbafa is #99ccff. Color #9fbafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 11111010
Octal 237 272 372
Decimal 159 186 250
Hex 9F BA FA

RGB Percentages of Color #9fbafa

%26.72
%31.26
%42.02

CMYK Percentages of Color #9fbafa

%36
%26
%0
%2

Triadic Colors of #9fbafa

#9fbafa #fa9fba #bafa9f

Analogous Colors of #9fbafa

#9fbafa #b29ffa #9fe8fa

Monochromatic Colors of #9fbafa

#9fbafa

Complementary Color

#9fbafa #fadf9f

#9fbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbafa Color CSS Codes

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

#9fbafa Text Font Color

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

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


#9fbafa Background Color

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

This div background color is #9fbafa


#9fbafa Border Color

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

This div border color is #9fbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbafa


Comments

No comments written yet.

Please login to write comment.