Color Hex Logo

#86cdbc Color Hex

#86CDBC
(134,205,188)
0 Favorites   0 Comments

Color spaces of #86cdbc

RGB 134205188
HSL0.460.420.66
HSV166°35°80°
CMYK 0.350.000.08   0.20
XYZ40.739952.361855.5366
Yxy52.36180.27410.3523
Hunter Lab72.3615-26.13615.1486
CIE-Lab77.4967-26.01231.4038

#86cdbc color RGB value is (134,205,188).

#86cdbc hex color red value is 134, green value is 205 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #86cdbc hue: 0.46 , saturation: 0.42 and the lightness value of 86cdbc is 0.66.

The process color (four color CMYK) of #86cdbc color hex is 0.35, 0.00, 0.08, 0.20. Web safe color of #86cdbc is #99cccc. Color #86cdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11001101 10111100
Octal 206 315 274
Decimal 134 205 188
Hex 86 CD BC

RGB Percentages of Color #86cdbc

%25.43
%38.90
%35.67

CMYK Percentages of Color #86cdbc

%35
%0
%8
%20

Triadic Colors of #86cdbc

#86cdbc #bc86cd #cdbc86

Analogous Colors of #86cdbc

#86cdbc #86bbcd #86cd99

Monochromatic Colors of #86cdbc

#86cdbc

Complementary Color

#86cdbc #cd8697

#86cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86cdbc Color CSS Codes

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

#86cdbc Text Font Color

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

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


#86cdbc Background Color

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

This div background color is #86cdbc


#86cdbc Border Color

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

This div border color is #86cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86cdbc


Comments

No comments written yet.

Please login to write comment.