Color Hex Logo

#8bbbe0 Color Hex

#8BBBE0
(139,187,224)
0 Favorites   0 Comments

Color spaces of #8bbbe0

RGB 139187224
HSL0.570.580.71
HSV206°38°88°
CMYK 0.380.170.00   0.12
XYZ41.872346.411477.2724
Yxy46.41140.25290.2803
Hunter Lab68.1259-9.5087-19.5621
CIE-Lab73.8117-6.6677-23.5481

#8bbbe0 color RGB value is (139,187,224).

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

The process color (four color CMYK) of #8bbbe0 color hex is 0.38, 0.17, 0.00, 0.12. Web safe color of #8bbbe0 is #99cccc. Color #8bbbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 11100000
Octal 213 273 340
Decimal 139 187 224
Hex 8B BB E0

RGB Percentages of Color #8bbbe0

%25.27
%34.00
%40.73

CMYK Percentages of Color #8bbbe0

%38
%17
%0
%12

Triadic Colors of #8bbbe0

#8bbbe0 #e08bbb #bbe08b

Analogous Colors of #8bbbe0

#8bbbe0 #8b91e0 #8be0db

Monochromatic Colors of #8bbbe0

#8bbbe0

Complementary Color

#8bbbe0 #e0b08b

#8bbbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbbe0 Color CSS Codes

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

#8bbbe0 Text Font Color

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

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


#8bbbe0 Background Color

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

This div background color is #8bbbe0


#8bbbe0 Border Color

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

This div border color is #8bbbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbbe0


Comments

No comments written yet.

Please login to write comment.