Color Hex Logo

#86bcad Color Hex

#86BCAD
(134,188,173)
0 Favorites   0 Comments

Color spaces of #86bcad

RGB 134188173
HSL0.450.290.63
HSV163°29°74°
CMYK 0.290.000.08   0.26
XYZ35.357644.051946.1745
Yxy44.05190.28150.3508
Hunter Lab66.3716-21.05955.2123
CIE-Lab72.2632-20.84601.9177

#86bcad color RGB value is (134,188,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 10101101
Octal 206 274 255
Decimal 134 188 173
Hex 86 BC AD

RGB Percentages of Color #86bcad

%27.07
%37.98
%34.95

CMYK Percentages of Color #86bcad

%29
%0
%8
%26

Triadic Colors of #86bcad

#86bcad #ad86bc #bcad86

Analogous Colors of #86bcad

#86bcad #86b0bc #86bc92

Monochromatic Colors of #86bcad

#86bcad

Complementary Color

#86bcad #bc8695

#86bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bcad Color CSS Codes

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

#86bcad Text Font Color

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

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


#86bcad Background Color

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

This div background color is #86bcad


#86bcad Border Color

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

This div border color is #86bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bcad


Comments

No comments written yet.

Please login to write comment.