Color Hex Logo

#86bcbd Color Hex

#86BCBD
(134,188,189)
0 Favorites   0 Comments

Color spaces of #86bcbd

RGB 134188189
HSL0.500.290.63
HSV181°29°74°
CMYK 0.290.010.00   0.26
XYZ37.000044.708954.8237
Yxy44.70890.27100.3275
Hunter Lab66.8647-18.2392-1.8077
CIE-Lab72.6998-17.2442-6.1800

#86bcbd color RGB value is (134,188,189).

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

The process color (four color CMYK) of #86bcbd color hex is 0.29, 0.01, 0.00, 0.26. Web safe color of #86bcbd is #99cccc. Color #86bcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 10111101
Octal 206 274 275
Decimal 134 188 189
Hex 86 BC BD

RGB Percentages of Color #86bcbd

%26.22
%36.79
%36.99

CMYK Percentages of Color #86bcbd

%29
%1
%0
%26

Triadic Colors of #86bcbd

#86bcbd #bd86bc #bcbd86

Analogous Colors of #86bcbd

#86bcbd #86a1bd #86bda3

Monochromatic Colors of #86bcbd

#86bcbd

Complementary Color

#86bcbd #bd8786

#86bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bcbd Color CSS Codes

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

#86bcbd Text Font Color

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

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


#86bcbd Background Color

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

This div background color is #86bcbd


#86bcbd Border Color

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

This div border color is #86bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bcbd


Comments

No comments written yet.

Please login to write comment.