Color Hex Logo

#86bbdc Color Hex

#86BBDC
(134,187,220)
0 Favorites   0 Comments

Color spaces of #86bbdc

RGB 134187220
HSL0.560.550.69
HSV203°39°86°
CMYK 0.390.150.00   0.14
XYZ40.520145.776374.4102
Yxy45.77630.25210.2848
Hunter Lab67.6582-11.4992-17.8462
CIE-Lab73.4001-9.0341-22.0273

#86bbdc color RGB value is (134,187,220).

#86bbdc hex color red value is 134, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #86bbdc hue: 0.56 , saturation: 0.55 and the lightness value of 86bbdc is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111011 11011100
Octal 206 273 334
Decimal 134 187 220
Hex 86 BB DC

RGB Percentages of Color #86bbdc

%24.77
%34.57
%40.67

CMYK Percentages of Color #86bbdc

%39
%15
%0
%14

Triadic Colors of #86bbdc

#86bbdc #dc86bb #bbdc86

Analogous Colors of #86bbdc

#86bbdc #8690dc #86dcd2

Monochromatic Colors of #86bbdc

#86bbdc

Complementary Color

#86bbdc #dca786

#86bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bbdc Color CSS Codes

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

#86bbdc Text Font Color

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

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


#86bbdc Background Color

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

This div background color is #86bbdc


#86bbdc Border Color

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

This div border color is #86bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bbdc


Comments

No comments written yet.

Please login to write comment.