Color Hex Logo

#86bdcc Color Hex

#86BDCC
(134,189,204)
0 Favorites   0 Comments

Color spaces of #86bdcc

RGB 134189204
HSL0.540.410.66
HSV193°34°80°
CMYK 0.340.070.00   0.20
XYZ38.928245.823263.9198
Yxy45.82320.26180.3082
Hunter Lab67.6928-15.8123-8.6003
CIE-Lab73.4307-14.1596-13.2733

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111101 11001100
Octal 206 275 314
Decimal 134 189 204
Hex 86 BD CC

RGB Percentages of Color #86bdcc

%25.43
%35.86
%38.71

CMYK Percentages of Color #86bdcc

%34
%7
%0
%20

Triadic Colors of #86bdcc

#86bdcc #cc86bd #bdcc86

Analogous Colors of #86bdcc

#86bdcc #869acc #86ccb8

Monochromatic Colors of #86bdcc

#86bdcc

Complementary Color

#86bdcc #cc9586

#86bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bdcc Color CSS Codes

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

#86bdcc Text Font Color

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

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


#86bdcc Background Color

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

This div background color is #86bdcc


#86bdcc Border Color

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

This div border color is #86bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bdcc


Comments

No comments written yet.

Please login to write comment.