Color Hex Logo

#86efdc Color Hex

#86EFDC
(134,239,220)
0 Favorites   0 Comments

Color spaces of #86efdc

RGB 134239220
HSL0.470.770.73
HSV169°44°94°
CMYK 0.440.000.08   0.06
XYZ53.616371.968678.7756
Yxy71.96860.26240.3522
Hunter Lab84.8343-35.64594.3284
CIE-Lab87.9535-34.9427-0.3151

#86efdc color RGB value is (134,239,220).

#86efdc hex color red value is 134, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #86efdc hue: 0.47 , saturation: 0.77 and the lightness value of 86efdc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101111 11011100
Octal 206 357 334
Decimal 134 239 220
Hex 86 EF DC

RGB Percentages of Color #86efdc

%22.60
%40.30
%37.10

CMYK Percentages of Color #86efdc

%44
%0
%8
%6

Triadic Colors of #86efdc

#86efdc #dc86ef #efdc86

Analogous Colors of #86efdc

#86efdc #86ceef #86efa8

Monochromatic Colors of #86efdc

#86efdc

Complementary Color

#86efdc #ef8699

#86efdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86efdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86efdc Color CSS Codes

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

#86efdc Text Font Color

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

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


#86efdc Background Color

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

This div background color is #86efdc


#86efdc Border Color

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

This div border color is #86efdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86efdc


Comments

No comments written yet.

Please login to write comment.