Color Hex Logo

#8bdbef Color Hex

#8BDBEF
(139,219,239)
0 Favorites   0 Comments

Color spaces of #8bdbef

RGB 139219239
HSL0.530.760.74
HSV192°42°94°
CMYK 0.420.080.00   0.06
XYZ51.559062.384090.9852
Yxy62.38400.25160.3044
Hunter Lab78.9835-21.6997-13.0107
CIE-Lab83.1172-19.4499-17.4877

#8bdbef color RGB value is (139,219,239).

#8bdbef hex color red value is 139, green value is 219 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8bdbef hue: 0.53 , saturation: 0.76 and the lightness value of 8bdbef is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11011011 11101111
Octal 213 333 357
Decimal 139 219 239
Hex 8B DB EF

RGB Percentages of Color #8bdbef

%23.28
%36.68
%40.03

CMYK Percentages of Color #8bdbef

%42
%8
%0
%6

Triadic Colors of #8bdbef

#8bdbef #ef8bdb #dbef8b

Analogous Colors of #8bdbef

#8bdbef #8ba9ef #8befd1

Monochromatic Colors of #8bdbef

#8bdbef

Complementary Color

#8bdbef #ef9f8b

#8bdbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bdbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bdbef Color CSS Codes

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

#8bdbef Text Font Color

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

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


#8bdbef Background Color

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

This div background color is #8bdbef


#8bdbef Border Color

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

This div border color is #8bdbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bdbef


Comments

No comments written yet.

Please login to write comment.