Color Hex Logo

#9fbaf1 Color Hex

#9FBAF1
(159,186,241)
0 Favorites   0 Comments

Color spaces of #9fbaf1

RGB 159186241
HSL0.610.750.78
HSV220°34°95°
CMYK 0.340.230.00   0.05
XYZ47.734248.839690.1302
Yxy48.83960.25570.2616
Hunter Lab69.8853-0.3774-27.5458
CIE-Lab75.35143.6797-30.2851

#9fbaf1 color RGB value is (159,186,241).

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

The process color (four color CMYK) of #9fbaf1 color hex is 0.34, 0.23, 0.00, 0.05. Web safe color of #9fbaf1 is #99ccff. Color #9fbaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 10111010 11110001
Octal 237 272 361
Decimal 159 186 241
Hex 9F BA F1

RGB Percentages of Color #9fbaf1

%27.13
%31.74
%41.13

CMYK Percentages of Color #9fbaf1

%34
%23
%0
%5

Triadic Colors of #9fbaf1

#9fbaf1 #f19fba #baf19f

Analogous Colors of #9fbaf1

#9fbaf1 #ad9ff1 #9fe3f1

Monochromatic Colors of #9fbaf1

#9fbaf1

Complementary Color

#9fbaf1 #f1d69f

#9fbaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9fbaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9fbaf1 Color CSS Codes

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

#9fbaf1 Text Font Color

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

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


#9fbaf1 Background Color

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

This div background color is #9fbaf1


#9fbaf1 Border Color

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

This div border color is #9fbaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9fbaf1


Comments

No comments written yet.

Please login to write comment.