Color Hex Logo

#86f6eb Color Hex

#86F6EB
(134,246,235)
0 Favorites   0 Comments

Color spaces of #86f6eb

RGB 134246235
HSL0.480.860.75
HSV174°46°96°
CMYK 0.460.000.04   0.04
XYZ57.782776.978090.4100
Yxy76.97800.25660.3419
Hunter Lab87.7371-35.98180.3197
CIE-Lab90.3115-34.6712-4.6860

#86f6eb color RGB value is (134,246,235).

#86f6eb hex color red value is 134, green value is 246 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #86f6eb hue: 0.48 , saturation: 0.86 and the lightness value of 86f6eb is 0.75.

The process color (four color CMYK) of #86f6eb color hex is 0.46, 0.00, 0.04, 0.04. Web safe color of #86f6eb is #99ffff. Color #86f6eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11110110 11101011
Octal 206 366 353
Decimal 134 246 235
Hex 86 F6 EB

RGB Percentages of Color #86f6eb

%21.79
%40.00
%38.21

CMYK Percentages of Color #86f6eb

%46
%0
%4
%4

Triadic Colors of #86f6eb

#86f6eb #eb86f6 #f6eb86

Analogous Colors of #86f6eb

#86f6eb #86c9f6 #86f6b3

Monochromatic Colors of #86f6eb

#86f6eb

Complementary Color

#86f6eb #f68691

#86f6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86f6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86f6eb Color CSS Codes

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

#86f6eb Text Font Color

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

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


#86f6eb Background Color

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

This div background color is #86f6eb


#86f6eb Border Color

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

This div border color is #86f6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86f6eb


Comments

No comments written yet.

Please login to write comment.