Color Hex Logo

#86acbe Color Hex

#86ACBE
(134,172,190)
0 Favorites   0 Comments

Color spaces of #86acbe

RGB 134172190
HSL0.550.300.64
HSV199°29°75°
CMYK 0.290.090.00   0.25
XYZ33.878338.291154.3205
Yxy38.29110.26780.3027
Hunter Lab61.8798-10.5635-8.7312
CIE-Lab68.2346-8.5681-13.3903

#86acbe color RGB value is (134,172,190).

#86acbe hex color red value is 134, green value is 172 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #86acbe hue: 0.55 , saturation: 0.30 and the lightness value of 86acbe is 0.64.

The process color (four color CMYK) of #86acbe color hex is 0.29, 0.09, 0.00, 0.25. Web safe color of #86acbe is #9999cc. Color #86acbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101100 10111110
Octal 206 254 276
Decimal 134 172 190
Hex 86 AC BE

RGB Percentages of Color #86acbe

%27.02
%34.68
%38.31

CMYK Percentages of Color #86acbe

%29
%9
%0
%25

Triadic Colors of #86acbe

#86acbe #be86ac #acbe86

Analogous Colors of #86acbe

#86acbe #8690be #86beb4

Monochromatic Colors of #86acbe

#86acbe

Complementary Color

#86acbe #be9886

#86acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#86acbe Color CSS Codes

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

#86acbe Text Font Color

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

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


#86acbe Background Color

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

This div background color is #86acbe


#86acbe Border Color

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

This div border color is #86acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86acbe


Comments

No comments written yet.

Please login to write comment.