Color Hex Logo

#9babfe Color Hex

#9BABFE
(155,171,254)
0 Favorites   0 Comments

Color spaces of #9babfe

RGB 155171254
HSL0.640.980.80
HSV230°39°100°
CMYK 0.390.330.00   0.00
XYZ45.969943.250199.6912
Yxy43.25010.24330.2289
Hunter Lab65.76489.6839-43.8408
CIE-Lab71.724414.3554-42.9569

#9babfe color RGB value is (155,171,254).

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

The process color (four color CMYK) of #9babfe color hex is 0.39, 0.33, 0.00, 0.00. Web safe color of #9babfe is #9999ff. Color #9babfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101011 11111110
Octal 233 253 376
Decimal 155 171 254
Hex 9B AB FE

RGB Percentages of Color #9babfe

%26.72
%29.48
%43.79

CMYK Percentages of Color #9babfe

%39
%33
%0
%0

Triadic Colors of #9babfe

#9babfe #fe9bab #abfe9b

Analogous Colors of #9babfe

#9babfe #bd9bfe #9bddfe

Monochromatic Colors of #9babfe

#9babfe

Complementary Color

#9babfe #feee9b

#9babfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9babfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9babfe Color CSS Codes

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

#9babfe Text Font Color

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

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


#9babfe Background Color

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

This div background color is #9babfe


#9babfe Border Color

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

This div border color is #9babfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9babfe


Comments

No comments written yet.

Please login to write comment.