Color Hex Logo

#8bbbec Color Hex

#8BBBEC
(139,187,236)
0 Favorites   0 Comments

Color spaces of #8bbbec

RGB 139187236
HSL0.580.720.74
HSV210°41°93°
CMYK 0.410.210.00   0.07
XYZ43.558147.085786.1496
Yxy47.08570.24640.2663
Hunter Lab68.6190-6.7747-26.4039
CIE-Lab74.2446-3.4948-29.3872

#8bbbec color RGB value is (139,187,236).

#8bbbec hex color red value is 139, green value is 187 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #8bbbec hue: 0.58 , saturation: 0.72 and the lightness value of 8bbbec is 0.74.

The process color (four color CMYK) of #8bbbec color hex is 0.41, 0.21, 0.00, 0.07. Web safe color of #8bbbec is #99ccff. Color #8bbbec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 11101100
Octal 213 273 354
Decimal 139 187 236
Hex 8B BB EC

RGB Percentages of Color #8bbbec

%24.73
%33.27
%41.99

CMYK Percentages of Color #8bbbec

%41
%21
%0
%7

Triadic Colors of #8bbbec

#8bbbec #ec8bbb #bbec8b

Analogous Colors of #8bbbec

#8bbbec #8c8bec #8becec

Monochromatic Colors of #8bbbec

#8bbbec

Complementary Color

#8bbbec #ecbc8b

#8bbbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbbec Color CSS Codes

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

#8bbbec Text Font Color

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

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


#8bbbec Background Color

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

This div background color is #8bbbec


#8bbbec Border Color

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

This div border color is #8bbbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbbec


Comments

No comments written yet.

Please login to write comment.