Color Hex Logo

#86ea9b Color Hex

#86EA9B
(134,234,155)
0 Favorites   0 Comments

Color spaces of #86ea9b

RGB 134234155
HSL0.370.700.72
HSV133°43°92°
CMYK 0.430.000.34   0.08
XYZ45.170766.280541.4230
Yxy66.28050.29550.4336
Hunter Lab81.4128-43.434426.8221
CIE-Lab85.1393-45.755229.4596

#86ea9b color RGB value is (134,234,155).

#86ea9b hex color red value is 134, green value is 234 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #86ea9b hue: 0.37 , saturation: 0.70 and the lightness value of 86ea9b is 0.72.

The process color (four color CMYK) of #86ea9b color hex is 0.43, 0.00, 0.34, 0.08. Web safe color of #86ea9b is #99ff99. Color #86ea9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101010 10011011
Octal 206 352 233
Decimal 134 234 155
Hex 86 EA 9B

RGB Percentages of Color #86ea9b

%25.62
%44.74
%29.64

CMYK Percentages of Color #86ea9b

%43
%0
%34
%8

Triadic Colors of #86ea9b

#86ea9b #9b86ea #ea9b86

Analogous Colors of #86ea9b

#86ea9b #86eacd #a3ea86

Monochromatic Colors of #86ea9b

#86ea9b

Complementary Color

#86ea9b #ea86d5

#86ea9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ea9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ea9b Color CSS Codes

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

#86ea9b Text Font Color

<p style="color:#86ea9b">Text here</p>

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


#86ea9b Background Color

<div style="background-color:#86ea9b">
Div content here</div>

This div background color is #86ea9b


#86ea9b Border Color

<div style="border:3px solid #86ea9b">
Div here</div>

This div border color is #86ea9b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,234,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #86ea9b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #86ea9b;
  -webkit-box-shadow: 1px 1px 3px 2px #86ea9b;
  box-shadow:         1px 1px 3px 2px #86ea9b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,234,155, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ea9b


Comments

No comments written yet.

Please login to write comment.