Color Hex Logo

#86dabb Color Hex

#86DABB
(134,218,187)
0 Favorites   0 Comments

Color spaces of #86dabb

RGB 134218187
HSL0.440.530.69
HSV158°39°85°
CMYK 0.390.000.14   0.15
XYZ43.872658.799056.0507
Yxy58.79900.27640.3705
Hunter Lab76.6805-32.062510.3375
CIE-Lab81.1810-32.46777.2645

#86dabb color RGB value is (134,218,187).

#86dabb hex color red value is 134, green value is 218 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #86dabb hue: 0.44 , saturation: 0.53 and the lightness value of 86dabb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011010 10111011
Octal 206 332 273
Decimal 134 218 187
Hex 86 DA BB

RGB Percentages of Color #86dabb

%24.86
%40.45
%34.69

CMYK Percentages of Color #86dabb

%39
%0
%14
%15

Triadic Colors of #86dabb

#86dabb #bb86da #dabb86

Analogous Colors of #86dabb

#86dabb #86cfda #86da91

Monochromatic Colors of #86dabb

#86dabb

Complementary Color

#86dabb #da86a5

#86dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dabb Color CSS Codes

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

#86dabb Text Font Color

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

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


#86dabb Background Color

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

This div background color is #86dabb


#86dabb Border Color

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

This div border color is #86dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dabb


Comments

No comments written yet.

Please login to write comment.