Color Hex Logo

#8befac Color Hex

#8BEFAC
(139,239,172)
0 Favorites   0 Comments

Color spaces of #8befac

RGB 139239172
HSL0.390.760.74
HSV140°42°94°
CMYK 0.420.000.28   0.06
XYZ48.960470.200549.9993
Yxy70.20050.28940.4150
Hunter Lab83.7857-42.318123.2686
CIE-Lab87.0951-43.565223.4507

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101111 10101100
Octal 213 357 254
Decimal 139 239 172
Hex 8B EF AC

RGB Percentages of Color #8befac

%25.27
%43.45
%31.27

CMYK Percentages of Color #8befac

%42
%0
%28
%6

Triadic Colors of #8befac

#8befac #ac8bef #efac8b

Analogous Colors of #8befac

#8befac #8befde #9cef8b

Monochromatic Colors of #8befac

#8befac

Complementary Color

#8befac #ef8bce

#8befac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8befac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8befac Color CSS Codes

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

#8befac Text Font Color

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

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


#8befac Background Color

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

This div background color is #8befac


#8befac Border Color

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

This div border color is #8befac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8befac


Comments

No comments written yet.

Please login to write comment.