Color Hex Logo

#9bbcfe Color Hex

#9BBCFE
(155,188,254)
0 Favorites   0 Comments

Color spaces of #9bbcfe

RGB 155188254
HSL0.610.980.80
HSV220°39°100°
CMYK 0.390.260.00   0.00
XYZ49.390250.0908100.8313
Yxy50.09080.24660.2501
Hunter Lab70.77490.7101-34.9267
CIE-Lab76.12504.8894-36.1072

#9bbcfe color RGB value is (155,188,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10111100 11111110
Octal 233 274 376
Decimal 155 188 254
Hex 9B BC FE

RGB Percentages of Color #9bbcfe

%25.96
%31.49
%42.55

CMYK Percentages of Color #9bbcfe

%39
%26
%0
%0

Triadic Colors of #9bbcfe

#9bbcfe #fe9bbc #bcfe9b

Analogous Colors of #9bbcfe

#9bbcfe #ac9bfe #9beefe

Monochromatic Colors of #9bbcfe

#9bbcfe

Complementary Color

#9bbcfe #fedd9b

#9bbcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bbcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bbcfe Color CSS Codes

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

#9bbcfe Text Font Color

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

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


#9bbcfe Background Color

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

This div background color is #9bbcfe


#9bbcfe Border Color

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

This div border color is #9bbcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bbcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.