Color Hex Logo

#8bbcea Color Hex

#8BBCEA
(139,188,234)
0 Favorites   0 Comments

Color spaces of #8bbcea

RGB 139188234
HSL0.580.690.73
HSV209°41°92°
CMYK 0.410.200.00   0.08
XYZ43.482047.395984.6985
Yxy47.39590.24770.2699
Hunter Lab68.8447-7.7384-24.7523
CIE-Lab74.4423-4.5718-28.0018

#8bbcea color RGB value is (139,188,234).

#8bbcea hex color red value is 139, green value is 188 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #8bbcea hue: 0.58 , saturation: 0.69 and the lightness value of 8bbcea is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111100 11101010
Octal 213 274 352
Decimal 139 188 234
Hex 8B BC EA

RGB Percentages of Color #8bbcea

%24.78
%33.51
%41.71

CMYK Percentages of Color #8bbcea

%41
%20
%0
%8

Triadic Colors of #8bbcea

#8bbcea #ea8bbc #bcea8b

Analogous Colors of #8bbcea

#8bbcea #8b8dea #8beae9

Monochromatic Colors of #8bbcea

#8bbcea

Complementary Color

#8bbcea #eab98b

#8bbcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbcea Color CSS Codes

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

#8bbcea Text Font Color

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

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


#8bbcea Background Color

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

This div background color is #8bbcea


#8bbcea Border Color

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

This div border color is #8bbcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbcea


Comments

No comments written yet.

Please login to write comment.