Color Hex Logo

#8be3aa Color Hex

#8BE3AA
(139,227,170)
0 Favorites   0 Comments

Color spaces of #8be3aa

RGB 139227170
HSL0.390.610.72
HSV141°39°89°
CMYK 0.390.000.25   0.11
XYZ45.372263.329447.8626
Yxy63.32940.28980.4045
Hunter Lab79.5798-37.493320.0464
CIE-Lab83.6154-38.607419.6812

#8be3aa color RGB value is (139,227,170).

#8be3aa hex color red value is 139, green value is 227 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8be3aa hue: 0.39 , saturation: 0.61 and the lightness value of 8be3aa is 0.72.

The process color (four color CMYK) of #8be3aa color hex is 0.39, 0.00, 0.25, 0.11. Web safe color of #8be3aa is #99cc99. Color #8be3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 11100011 10101010
Octal 213 343 252
Decimal 139 227 170
Hex 8B E3 AA

RGB Percentages of Color #8be3aa

%25.93
%42.35
%31.72

CMYK Percentages of Color #8be3aa

%39
%0
%25
%11

Triadic Colors of #8be3aa

#8be3aa #aa8be3 #e3aa8b

Analogous Colors of #8be3aa

#8be3aa #8be3d6 #98e38b

Monochromatic Colors of #8be3aa

#8be3aa

Complementary Color

#8be3aa #e38bc4

#8be3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8be3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8be3aa Color CSS Codes

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

#8be3aa Text Font Color

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

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


#8be3aa Background Color

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

This div background color is #8be3aa


#8be3aa Border Color

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

This div border color is #8be3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8be3aa


Comments

No comments written yet.

Please login to write comment.