Color Hex Logo

#86ffdf Color Hex

#86FFDF
(134,255,223)
0 Favorites   0 Comments

Color spaces of #86ffdf

RGB 134255223
HSL0.461.000.76
HSV164°47°100°
CMYK 0.470.000.13   0.00
XYZ58.910881.916082.5185
Yxy81.91600.26380.3668
Hunter Lab90.5075-42.20349.2987
CIE-Lab92.5378-41.52854.7891

#86ffdf color RGB value is (134,255,223).

#86ffdf hex color red value is 134, green value is 255 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #86ffdf hue: 0.46 , saturation: 1.00 and the lightness value of 86ffdf is 0.76.

The process color (four color CMYK) of #86ffdf color hex is 0.47, 0.00, 0.13, 0.00. Web safe color of #86ffdf is #99ffcc. Color #86ffdf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11111111 11011111
Octal 206 377 337
Decimal 134 255 223
Hex 86 FF DF

RGB Percentages of Color #86ffdf

%21.90
%41.67
%36.44

CMYK Percentages of Color #86ffdf

%47
%0
%13
%0

Triadic Colors of #86ffdf

#86ffdf #df86ff #ffdf86

Analogous Colors of #86ffdf

#86ffdf #86e3ff #86ffa3

Monochromatic Colors of #86ffdf

#86ffdf

Complementary Color

#86ffdf #ff86a6

#86ffdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ffdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ffdf Color CSS Codes

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

#86ffdf Text Font Color

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

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


#86ffdf Background Color

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

This div background color is #86ffdf


#86ffdf Border Color

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

This div border color is #86ffdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ffdf


Comments

No comments written yet.

Please login to write comment.