Color Hex Logo

#8bbeda Color Hex

#8BBEDA
(139,190,218)
0 Favorites   0 Comments

Color spaces of #8bbeda

RGB 139190218
HSL0.560.520.70
HSV201°36°85°
CMYK 0.360.130.00   0.15
XYZ41.715847.377873.2758
Yxy47.37780.25690.2918
Hunter Lab68.8315-12.2741-14.9361
CIE-Lab74.4308-9.8108-19.3505

#8bbeda color RGB value is (139,190,218).

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

The process color (four color CMYK) of #8bbeda color hex is 0.36, 0.13, 0.00, 0.15. Web safe color of #8bbeda is #99cccc. Color #8bbeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10111110 11011010
Octal 213 276 332
Decimal 139 190 218
Hex 8B BE DA

RGB Percentages of Color #8bbeda

%25.41
%34.73
%39.85

CMYK Percentages of Color #8bbeda

%36
%13
%0
%15

Triadic Colors of #8bbeda

#8bbeda #da8bbe #beda8b

Analogous Colors of #8bbeda

#8bbeda #8b97da #8bdacf

Monochromatic Colors of #8bbeda

#8bbeda

Complementary Color

#8bbeda #daa78b

#8bbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bbeda Color CSS Codes

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

#8bbeda Text Font Color

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

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


#8bbeda Background Color

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

This div background color is #8bbeda


#8bbeda Border Color

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

This div border color is #8bbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bbeda


Comments

No comments written yet.

Please login to write comment.