Color Hex Logo

#8bbbed Color Hex

#8BBBED
(139,187,237)
0 Favorites   0 Comments

Color spaces of #8bbbed

RGB 139187237
HSL0.590.730.74
HSV211°41°93°
CMYK 0.410.210.00   0.07
XYZ43.703847.144086.9170
Yxy47.14400.24590.2652
Hunter Lab68.6615-6.5404-26.9908
CIE-Lab74.2818-3.2259-29.8706

#8bbbed color RGB value is (139,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111011 11101101
Octal 213 273 355
Decimal 139 187 237
Hex 8B BB ED

RGB Percentages of Color #8bbbed

%24.69
%33.21
%42.10

CMYK Percentages of Color #8bbbed

%41
%21
%0
%7

Triadic Colors of #8bbbed

#8bbbed #ed8bbb #bbed8b

Analogous Colors of #8bbbed

#8bbbed #8c8bed #8beced

Monochromatic Colors of #8bbbed

#8bbbed

Complementary Color

#8bbbed #edbd8b

#8bbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbbed Color CSS Codes

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

#8bbbed Text Font Color

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

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


#8bbbed Background Color

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

This div background color is #8bbbed


#8bbbed Border Color

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

This div border color is #8bbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbbed


Comments

No comments written yet.

Please login to write comment.