Color Hex Logo

#86bdaf Color Hex

#86BDAF
(134,189,175)
0 Favorites   0 Comments

Color spaces of #86bdaf

RGB 134189175
HSL0.460.290.63
HSV165°29°74°
CMYK 0.290.000.07   0.26
XYZ35.767044.558747.2730
Yxy44.55870.28030.3492
Hunter Lab66.7523-21.17324.7383
CIE-Lab72.6004-20.91681.3168

#86bdaf color RGB value is (134,189,175).

#86bdaf hex color red value is 134, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #86bdaf hue: 0.46 , saturation: 0.29 and the lightness value of 86bdaf is 0.63.

The process color (four color CMYK) of #86bdaf color hex is 0.29, 0.00, 0.07, 0.26. Web safe color of #86bdaf is #99cc99. Color #86bdaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111101 10101111
Octal 206 275 257
Decimal 134 189 175
Hex 86 BD AF

RGB Percentages of Color #86bdaf

%26.91
%37.95
%35.14

CMYK Percentages of Color #86bdaf

%29
%0
%7
%26

Triadic Colors of #86bdaf

#86bdaf #af86bd #bdaf86

Analogous Colors of #86bdaf

#86bdaf #86b0bd #86bd94

Monochromatic Colors of #86bdaf

#86bdaf

Complementary Color

#86bdaf #bd8694

#86bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bdaf Color CSS Codes

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

#86bdaf Text Font Color

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

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


#86bdaf Background Color

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

This div background color is #86bdaf


#86bdaf Border Color

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

This div border color is #86bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bdaf


Comments

No comments written yet.

Please login to write comment.