Color Hex Logo

#86afbe Color Hex

#86AFBE
(134,175,190)
0 Favorites   0 Comments

Color spaces of #86afbe

RGB 134175190
HSL0.540.300.64
HSV196°29°75°
CMYK 0.290.080.00   0.25
XYZ34.455839.446054.5130
Yxy39.44600.26830.3072
Hunter Lab62.8061-11.9844-7.4970
CIE-Lab69.0731-10.1793-12.1318

#86afbe color RGB value is (134,175,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 10111110
Octal 206 257 276
Decimal 134 175 190
Hex 86 AF BE

RGB Percentages of Color #86afbe

%26.85
%35.07
%38.08

CMYK Percentages of Color #86afbe

%29
%8
%0
%25

Triadic Colors of #86afbe

#86afbe #be86af #afbe86

Analogous Colors of #86afbe

#86afbe #8693be #86beb1

Monochromatic Colors of #86afbe

#86afbe

Complementary Color

#86afbe #be9586

#86afbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afbe Color CSS Codes

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

#86afbe Text Font Color

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

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


#86afbe Background Color

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

This div background color is #86afbe


#86afbe Border Color

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

This div border color is #86afbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,175,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 #86afbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afbe


Comments

No comments written yet.

Please login to write comment.