Color Hex Logo

#8befef Color Hex

#8BEFEF
(139,239,239)
0 Favorites   0 Comments

Color spaces of #8befef

RGB 139239239
HSL0.500.760.74
HSV180°42°94°
CMYK 0.420.000.00   0.06
XYZ57.094073.454092.8302
Yxy73.45400.25560.3288
Hunter Lab85.7053-31.0736-4.2252
CIE-Lab88.6638-29.2586-9.1895

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11101111
Octal 213 357 357
Decimal 139 239 239
Hex 8B EF EF

RGB Percentages of Color #8befef

%22.53
%38.74
%38.74

CMYK Percentages of Color #8befef

%42
%0
%0
%6

Triadic Colors of #8befef

#8befef #ef8bef #efef8b

Analogous Colors of #8befef

#8befef #8bbdef #8befbd

Monochromatic Colors of #8befef

#8befef

Complementary Color

#8befef #ef8b8b

#8befef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befef Color CSS Codes

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

#8befef Text Font Color

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

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


#8befef Background Color

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

This div background color is #8befef


#8befef Border Color

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

This div border color is #8befef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befef


Comments

No comments written yet.

Please login to write comment.