Color Hex Logo

#86b7eb Color Hex

#86B7EB
(134,183,235)
0 Favorites   0 Comments

Color spaces of #86b7eb

RGB 134183235
HSL0.590.720.72
HSV211°43°92°
CMYK 0.430.220.00   0.08
XYZ41.760444.933585.0693
Yxy44.93350.24310.2616
Hunter Lab67.0325-6.1035-28.3208
CIE-Lab72.8481-2.8534-31.0184

#86b7eb color RGB value is (134,183,235).

#86b7eb hex color red value is 134, green value is 183 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #86b7eb hue: 0.59 , saturation: 0.72 and the lightness value of 86b7eb is 0.72.

The process color (four color CMYK) of #86b7eb color hex is 0.43, 0.22, 0.00, 0.08. Web safe color of #86b7eb is #99ccff. Color #86b7eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10110111 11101011
Octal 206 267 353
Decimal 134 183 235
Hex 86 B7 EB

RGB Percentages of Color #86b7eb

%24.28
%33.15
%42.57

CMYK Percentages of Color #86b7eb

%43
%22
%0
%8

Triadic Colors of #86b7eb

#86b7eb #eb86b7 #b7eb86

Analogous Colors of #86b7eb

#86b7eb #8886eb #86eaeb

Monochromatic Colors of #86b7eb

#86b7eb

Complementary Color

#86b7eb #ebba86

#86b7eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86b7eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86b7eb Color CSS Codes

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

#86b7eb Text Font Color

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

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


#86b7eb Background Color

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

This div background color is #86b7eb


#86b7eb Border Color

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

This div border color is #86b7eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86b7eb


Comments

No comments written yet.

Please login to write comment.