Color Hex Logo

#9baffb Color Hex

#9BAFFB
(155,175,251)
0 Favorites   0 Comments

Color spaces of #9baffb

RGB 155175251
HSL0.630.920.80
HSV228°38°98°
CMYK 0.380.300.00   0.02
XYZ46.260144.593597.4360
Yxy44.59350.24570.2368
Hunter Lab66.77846.7921-39.7649
CIE-Lab72.623411.3044-39.9312

#9baffb color RGB value is (155,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101111 11111011
Octal 233 257 373
Decimal 155 175 251
Hex 9B AF FB

RGB Percentages of Color #9baffb

%26.68
%30.12
%43.20

CMYK Percentages of Color #9baffb

%38
%30
%0
%2

Triadic Colors of #9baffb

#9baffb #fb9baf #affb9b

Analogous Colors of #9baffb

#9baffb #b79bfb #9bdffb

Monochromatic Colors of #9baffb

#9baffb

Complementary Color

#9baffb #fbe79b

#9baffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baffb Color CSS Codes

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

#9baffb Text Font Color

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

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


#9baffb Background Color

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

This div background color is #9baffb


#9baffb Border Color

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

This div border color is #9baffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baffb


Comments

No comments written yet.

Please login to write comment.