Color Hex Logo

#86bdbd Color Hex

#86BDBD
(134,189,189)
0 Favorites   0 Comments

Color spaces of #86bdbd

RGB 134189189
HSL0.500.290.63
HSV180°29°74°
CMYK 0.290.000.00   0.26
XYZ37.214445.137654.8951
Yxy45.13760.27110.3289
Hunter Lab67.1845-18.6994-1.4155
CIE-Lab72.9824-17.7585-5.7618

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111101 10111101
Octal 206 275 275
Decimal 134 189 189
Hex 86 BD BD

RGB Percentages of Color #86bdbd

%26.17
%36.91
%36.91

CMYK Percentages of Color #86bdbd

%29
%0
%0
%26

Triadic Colors of #86bdbd

#86bdbd #bd86bd #bdbd86

Analogous Colors of #86bdbd

#86bdbd #86a2bd #86bda2

Monochromatic Colors of #86bdbd

#86bdbd

Complementary Color

#86bdbd #bd8686

#86bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bdbd Color CSS Codes

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

#86bdbd Text Font Color

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

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


#86bdbd Background Color

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

This div background color is #86bdbd


#86bdbd Border Color

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

This div border color is #86bdbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,189,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 #86bdbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bdbd


Comments

No comments written yet.

Please login to write comment.