Color Hex Logo

#86dfbe Color Hex

#86DFBE
(134,223,190)
0 Favorites   0 Comments

Color spaces of #86dfbe

RGB 134223190
HSL0.440.580.70
HSV158°40°87°
CMYK 0.400.000.15   0.13
XYZ45.513561.561458.1989
Yxy61.56140.27540.3725
Hunter Lab78.4611-33.763110.9441
CIE-Lab82.6796-34.16867.8262

#86dfbe color RGB value is (134,223,190).

#86dfbe hex color red value is 134, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #86dfbe hue: 0.44 , saturation: 0.58 and the lightness value of 86dfbe is 0.70.

The process color (four color CMYK) of #86dfbe color hex is 0.40, 0.00, 0.15, 0.13. Web safe color of #86dfbe is #99cccc. Color #86dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011111 10111110
Octal 206 337 276
Decimal 134 223 190
Hex 86 DF BE

RGB Percentages of Color #86dfbe

%24.50
%40.77
%34.73

CMYK Percentages of Color #86dfbe

%40
%0
%15
%13

Triadic Colors of #86dfbe

#86dfbe #be86df #dfbe86

Analogous Colors of #86dfbe

#86dfbe #86d4df #86df92

Monochromatic Colors of #86dfbe

#86dfbe

Complementary Color

#86dfbe #df86a7

#86dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dfbe Color CSS Codes

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

#86dfbe Text Font Color

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

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


#86dfbe Background Color

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

This div background color is #86dfbe


#86dfbe Border Color

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

This div border color is #86dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dfbe


Comments

No comments written yet.

Please login to write comment.