Color Hex Logo

#9bacfb Color Hex

#9BACFB
(155,172,251)
0 Favorites   0 Comments

Color spaces of #9bacfb

RGB 155172251
HSL0.640.920.80
HSV229°38°98°
CMYK 0.380.310.00   0.02
XYZ45.682743.438697.2435
Yxy43.43860.24510.2331
Hunter Lab65.90808.3845-41.3435
CIE-Lab71.851712.9878-41.1348

#9bacfb color RGB value is (155,172,251).

#9bacfb hex color red value is 155, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #9bacfb hue: 0.64 , saturation: 0.92 and the lightness value of 9bacfb is 0.80.

The process color (four color CMYK) of #9bacfb color hex is 0.38, 0.31, 0.00, 0.02. Web safe color of #9bacfb is #9999ff. Color #9bacfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101100 11111011
Octal 233 254 373
Decimal 155 172 251
Hex 9B AC FB

RGB Percentages of Color #9bacfb

%26.82
%29.76
%43.43

CMYK Percentages of Color #9bacfb

%38
%31
%0
%2

Triadic Colors of #9bacfb

#9bacfb #fb9bac #acfb9b

Analogous Colors of #9bacfb

#9bacfb #ba9bfb #9bdcfb

Monochromatic Colors of #9bacfb

#9bacfb

Complementary Color

#9bacfb #fbea9b

#9bacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bacfb Color CSS Codes

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

#9bacfb Text Font Color

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

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


#9bacfb Background Color

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

This div background color is #9bacfb


#9bacfb Border Color

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

This div border color is #9bacfb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,172,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9bacfb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9bacfb;
  -webkit-box-shadow: 1px 1px 3px 2px #9bacfb;
  box-shadow:         1px 1px 3px 2px #9bacfb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,172,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bacfb


Comments

No comments written yet.

Please login to write comment.