Color Hex Logo

#86eaba Color Hex

#86EABA
(134,234,186)
0 Favorites   0 Comments

Color spaces of #86eaba

RGB 134234186
HSL0.420.700.72
HSV151°43°92°
CMYK 0.430.000.21   0.08
XYZ48.117367.459156.9392
Yxy67.45910.27890.3910
Hunter Lab82.1335-39.160716.3905
CIE-Lab85.7353-40.017814.2741

#86eaba color RGB value is (134,234,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101010 10111010
Octal 206 352 272
Decimal 134 234 186
Hex 86 EA BA

RGB Percentages of Color #86eaba

%24.19
%42.24
%33.57

CMYK Percentages of Color #86eaba

%43
%0
%21
%8

Triadic Colors of #86eaba

#86eaba #ba86ea #eaba86

Analogous Colors of #86eaba

#86eaba #86e8ea #86ea88

Monochromatic Colors of #86eaba

#86eaba

Complementary Color

#86eaba #ea86b6

#86eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#86eaba Color CSS Codes

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

#86eaba Text Font Color

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

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


#86eaba Background Color

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

This div background color is #86eaba


#86eaba Border Color

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

This div border color is #86eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86eaba


Comments

No comments written yet.

Please login to write comment.