Color Hex Logo

#8bd0eb Color Hex

#8BD0EB
(139,208,235)
0 Favorites   0 Comments

Color spaces of #8bd0eb

RGB 139208235
HSL0.550.710.73
HSV197°41°92°
CMYK 0.410.110.00   0.08
XYZ48.198756.598986.9816
Yxy56.59890.25130.2951
Hunter Lab75.2322-17.2976-15.8870
CIE-Lab79.9535-14.8716-20.1378

#8bd0eb color RGB value is (139,208,235).

#8bd0eb hex color red value is 139, green value is 208 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #8bd0eb hue: 0.55 , saturation: 0.71 and the lightness value of 8bd0eb is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11010000 11101011
Octal 213 320 353
Decimal 139 208 235
Hex 8B D0 EB

RGB Percentages of Color #8bd0eb

%23.88
%35.74
%40.38

CMYK Percentages of Color #8bd0eb

%41
%11
%0
%8

Triadic Colors of #8bd0eb

#8bd0eb #eb8bd0 #d0eb8b

Analogous Colors of #8bd0eb

#8bd0eb #8ba0eb #8bebd6

Monochromatic Colors of #8bd0eb

#8bd0eb

Complementary Color

#8bd0eb #eba68b

#8bd0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bd0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bd0eb Color CSS Codes

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

#8bd0eb Text Font Color

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

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


#8bd0eb Background Color

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

This div background color is #8bd0eb


#8bd0eb Border Color

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

This div border color is #8bd0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bd0eb


Comments

No comments written yet.

Please login to write comment.