Color Hex Logo

#8bbbff Color Hex

#8BBBFF
(139,187,255)
0 Favorites   0 Comments

Color spaces of #8bbbff

RGB 139187255
HSL0.601.000.77
HSV215°45°100°
CMYK 0.450.270.00   0.00
XYZ46.467848.2496101.4717
Yxy48.24960.23690.2459
Hunter Lab69.4619-2.1476-37.9889
CIE-Lab74.98211.7255-38.4895

#8bbbff color RGB value is (139,187,255).

#8bbbff hex color red value is 139, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #8bbbff hue: 0.60 , saturation: 1.00 and the lightness value of 8bbbff is 0.77.

The process color (four color CMYK) of #8bbbff color hex is 0.45, 0.27, 0.00, 0.00. Web safe color of #8bbbff is #99ccff. Color #8bbbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 11111111
Octal 213 273 377
Decimal 139 187 255
Hex 8B BB FF

RGB Percentages of Color #8bbbff

%23.92
%32.19
%43.89

CMYK Percentages of Color #8bbbff

%45
%27
%0
%0

Triadic Colors of #8bbbff

#8bbbff #ff8bbb #bbff8b

Analogous Colors of #8bbbff

#8bbbff #958bff #8bf5ff

Monochromatic Colors of #8bbbff

#8bbbff

Complementary Color

#8bbbff #ffcf8b

#8bbbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbbff Color CSS Codes

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

#8bbbff Text Font Color

<p style="color:#8bbbff">Text here</p>

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


#8bbbff Background Color

<div style="background-color:#8bbbff">
Div content here</div>

This div background color is #8bbbff


#8bbbff Border Color

<div style="border:3px solid #8bbbff">
Div here</div>

This div border color is #8bbbff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,187,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8bbbff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8bbbff;
  -webkit-box-shadow: 1px 1px 3px 2px #8bbbff;
  box-shadow:         1px 1px 3px 2px #8bbbff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,187,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbbff

Related Colors

#8bbbff Color Palettes


Comments

No comments written yet.

Please login to write comment.