Color Hex Logo

#8beeac Color Hex

#8BEEAC
(139,238,172)
0 Favorites   0 Comments

Color spaces of #8beeac

RGB 139238172
HSL0.390.740.74
HSV140°42°93°
CMYK 0.420.000.28   0.07
XYZ48.668469.616649.9020
Yxy69.61660.28940.4139
Hunter Lab83.4366-41.895222.9452
CIE-Lab86.8085-43.128123.0566

#8beeac color RGB value is (139,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001011 11101110 10101100
Octal 213 356 254
Decimal 139 238 172
Hex 8B EE AC

RGB Percentages of Color #8beeac

%25.32
%43.35
%31.33

CMYK Percentages of Color #8beeac

%42
%0
%28
%7

Triadic Colors of #8beeac

#8beeac #ac8bee #eeac8b

Analogous Colors of #8beeac

#8beeac #8beede #9cee8b

Monochromatic Colors of #8beeac

#8beeac

Complementary Color

#8beeac #ee8bcd

#8beeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8beeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8beeac Color CSS Codes

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

#8beeac Text Font Color

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

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


#8beeac Background Color

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

This div background color is #8beeac


#8beeac Border Color

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

This div border color is #8beeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8beeac


Comments

No comments written yet.

Please login to write comment.