Color Hex Logo

#8befec Color Hex

#8BEFEC
(139,239,236)
0 Favorites   0 Comments

Color spaces of #8befec

RGB 139239236
HSL0.500.760.74
HSV178°42°94°
CMYK 0.420.000.01   0.06
XYZ56.654373.278190.5150
Yxy73.27810.25700.3324
Hunter Lab85.6026-31.6681-2.7706
CIE-Lab88.5802-29.9840-7.7437

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 11101100
Octal 213 357 354
Decimal 139 239 236
Hex 8B EF EC

RGB Percentages of Color #8befec

%22.64
%38.93
%38.44

CMYK Percentages of Color #8befec

%42
%0
%1
%6

Triadic Colors of #8befec

#8befec #ec8bef #efec8b

Analogous Colors of #8befec

#8befec #8bc0ef #8befba

Monochromatic Colors of #8befec

#8befec

Complementary Color

#8befec #ef8b8e

#8befec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befec Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befec Color CSS Codes

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

#8befec Text Font Color

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

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


#8befec Background Color

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

This div background color is #8befec


#8befec Border Color

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

This div border color is #8befec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befec


Comments

No comments written yet.

Please login to write comment.