Color Hex Logo

#8bedef Color Hex

#8BEDEF
(139,237,239)
0 Favorites   0 Comments

Color spaces of #8bedef

RGB 139237239
HSL0.500.760.74
HSV181°42°94°
CMYK 0.420.010.00   0.06
XYZ56.511672.289392.6361
Yxy72.28930.25520.3265
Hunter Lab85.0231-30.1484-5.0827
CIE-Lab88.1077-28.3008-10.0160

#8bedef color RGB value is (139,237,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101101 11101111
Octal 213 355 357
Decimal 139 237 239
Hex 8B ED EF

RGB Percentages of Color #8bedef

%22.60
%38.54
%38.86

CMYK Percentages of Color #8bedef

%42
%1
%0
%6

Triadic Colors of #8bedef

#8bedef #ef8bed #edef8b

Analogous Colors of #8bedef

#8bedef #8bbbef #8befbf

Monochromatic Colors of #8bedef

#8bedef

Complementary Color

#8bedef #ef8d8b

#8bedef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8bedef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8bedef Color CSS Codes

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

#8bedef Text Font Color

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

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


#8bedef Background Color

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

This div background color is #8bedef


#8bedef Border Color

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

This div border color is #8bedef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,237,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 #8bedef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8bedef


Comments

No comments written yet.

Please login to write comment.