Color Hex Logo

#86f4ab Color Hex

#86F4AB
(134,244,171)
0 Favorites   0 Comments

Color spaces of #86f4ab

RGB 134244171
HSL0.390.830.74
HSV140°45°96°
CMYK 0.450.000.30   0.04
XYZ49.532972.710049.9519
Yxy72.71000.28770.4223
Hunter Lab85.2702-45.533224.9566
CIE-Lab88.3092-47.242225.5927

#86f4ab color RGB value is (134,244,171).

#86f4ab hex color red value is 134, green value is 244 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #86f4ab hue: 0.39 , saturation: 0.83 and the lightness value of 86f4ab is 0.74.

The process color (four color CMYK) of #86f4ab color hex is 0.45, 0.00, 0.30, 0.04. Web safe color of #86f4ab is #99ff99. Color #86f4ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11110100 10101011
Octal 206 364 253
Decimal 134 244 171
Hex 86 F4 AB

RGB Percentages of Color #86f4ab

%24.41
%44.44
%31.15

CMYK Percentages of Color #86f4ab

%45
%0
%30
%4

Triadic Colors of #86f4ab

#86f4ab #ab86f4 #f4ab86

Analogous Colors of #86f4ab

#86f4ab #86f4e2 #98f486

Monochromatic Colors of #86f4ab

#86f4ab

Complementary Color

#86f4ab #f486cf

#86f4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86f4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#86f4ab Color CSS Codes

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

#86f4ab Text Font Color

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

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


#86f4ab Background Color

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

This div background color is #86f4ab


#86f4ab Border Color

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

This div border color is #86f4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86f4ab


Comments

No comments written yet.

Please login to write comment.