Color Hex Logo

#86afef Color Hex

#86AFEF
(134,175,239)
0 Favorites   0 Comments

Color spaces of #86afef

RGB 134175239
HSL0.600.770.73
HSV217°44°94°
CMYK 0.440.270.00   0.06
XYZ40.741541.960387.6132
Yxy41.96030.23920.2464
Hunter Lab64.7768-1.0914-34.8484
CIE-Lab70.84352.6699-36.2927

#86afef color RGB value is (134,175,239).

#86afef hex color red value is 134, green value is 175 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #86afef hue: 0.60 , saturation: 0.77 and the lightness value of 86afef is 0.73.

The process color (four color CMYK) of #86afef color hex is 0.44, 0.27, 0.00, 0.06. Web safe color of #86afef is #9999ff. Color #86afef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11101111
Octal 206 257 357
Decimal 134 175 239
Hex 86 AF EF

RGB Percentages of Color #86afef

%24.45
%31.93
%43.61

CMYK Percentages of Color #86afef

%44
%27
%0
%6

Triadic Colors of #86afef

#86afef #ef86af #afef86

Analogous Colors of #86afef

#86afef #9286ef #86e4ef

Monochromatic Colors of #86afef

#86afef

Complementary Color

#86afef #efc686

#86afef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afef Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afef Color CSS Codes

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

#86afef Text Font Color

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

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


#86afef Background Color

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

This div background color is #86afef


#86afef Border Color

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

This div border color is #86afef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afef


Comments

No comments written yet.

Please login to write comment.