Color Hex Logo

#86bdcd Color Hex

#86BDCD
(134,189,205)
0 Favorites   0 Comments

Color spaces of #86bdcd

RGB 134189205
HSL0.540.420.66
HSV194°35°80°
CMYK 0.350.080.00   0.20
XYZ39.048645.871364.5536
Yxy45.87130.26120.3069
Hunter Lab67.7284-15.6109-9.1009
CIE-Lab73.4619-13.9120-13.7711

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111101 11001101
Octal 206 275 315
Decimal 134 189 205
Hex 86 BD CD

RGB Percentages of Color #86bdcd

%25.38
%35.80
%38.83

CMYK Percentages of Color #86bdcd

%35
%8
%0
%20

Triadic Colors of #86bdcd

#86bdcd #cd86bd #bdcd86

Analogous Colors of #86bdcd

#86bdcd #869acd #86cdba

Monochromatic Colors of #86bdcd

#86bdcd

Complementary Color

#86bdcd #cd9686

#86bdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bdcd Color CSS Codes

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

#86bdcd Text Font Color

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

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


#86bdcd Background Color

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

This div background color is #86bdcd


#86bdcd Border Color

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

This div border color is #86bdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bdcd


Comments

No comments written yet.

Please login to write comment.