Color Hex Logo

#86bcdd Color Hex

#86BCDD
(134,188,221)
0 Favorites   0 Comments

Color spaces of #86bcdd

RGB 134188221
HSL0.560.560.70
HSV203°39°87°
CMYK 0.390.150.00   0.13
XYZ40.865946.255275.1809
Yxy46.25520.25180.2850
Hunter Lab68.0112-11.7642-17.9325
CIE-Lab73.7108-9.3057-22.0978

#86bcdd color RGB value is (134,188,221).

#86bcdd hex color red value is 134, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #86bcdd hue: 0.56 , saturation: 0.56 and the lightness value of 86bcdd is 0.70.

The process color (four color CMYK) of #86bcdd color hex is 0.39, 0.15, 0.00, 0.13. Web safe color of #86bcdd is #99cccc. Color #86bcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 11011101
Octal 206 274 335
Decimal 134 188 221
Hex 86 BC DD

RGB Percentages of Color #86bcdd

%24.68
%34.62
%40.70

CMYK Percentages of Color #86bcdd

%39
%15
%0
%13

Triadic Colors of #86bcdd

#86bcdd #dd86bc #bcdd86

Analogous Colors of #86bcdd

#86bcdd #8691dd #86ddd3

Monochromatic Colors of #86bcdd

#86bcdd

Complementary Color

#86bcdd #dda786

#86bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bcdd Color CSS Codes

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

#86bcdd Text Font Color

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

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


#86bcdd Background Color

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

This div background color is #86bcdd


#86bcdd Border Color

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

This div border color is #86bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bcdd

#86bcdd Color Palettes


Comments

No comments written yet.

Please login to write comment.