Color Hex Logo

#8bbedc Color Hex

#8BBEDC
(139,190,220)
0 Favorites   0 Comments

Color spaces of #8bbedc

RGB 139190220
HSL0.560.540.70
HSV202°37°86°
CMYK 0.370.140.00   0.14
XYZ41.979247.483274.6628
Yxy47.48320.25580.2893
Hunter Lab68.9081-11.8458-16.0059
CIE-Lab74.4978-9.3015-20.3339

#8bbedc color RGB value is (139,190,220).

#8bbedc hex color red value is 139, green value is 190 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8bbedc hue: 0.56 , saturation: 0.54 and the lightness value of 8bbedc is 0.70.

The process color (four color CMYK) of #8bbedc color hex is 0.37, 0.14, 0.00, 0.14. Web safe color of #8bbedc is #99cccc. Color #8bbedc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 11011100
Octal 213 276 334
Decimal 139 190 220
Hex 8B BE DC

RGB Percentages of Color #8bbedc

%25.32
%34.61
%40.07

CMYK Percentages of Color #8bbedc

%37
%14
%0
%14

Triadic Colors of #8bbedc

#8bbedc #dc8bbe #bedc8b

Analogous Colors of #8bbedc

#8bbedc #8b96dc #8bdcd2

Monochromatic Colors of #8bbedc

#8bbedc

Complementary Color

#8bbedc #dca98b

#8bbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbedc Color CSS Codes

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

#8bbedc Text Font Color

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

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


#8bbedc Background Color

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

This div background color is #8bbedc


#8bbedc Border Color

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

This div border color is #8bbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbedc


Comments

No comments written yet.

Please login to write comment.