Color Hex Logo

#86afde Color Hex

#86AFDE
(134,175,222)
0 Favorites   0 Comments

Color spaces of #86afde

RGB 134175222
HSL0.590.570.70
HSV212°40°87°
CMYK 0.400.210.00   0.13
XYZ38.346341.002275.0004
Yxy41.00220.24840.2656
Hunter Lab64.0330-5.1625-24.6220
CIE-Lab70.1775-1.9966-28.0482

#86afde color RGB value is (134,175,222).

#86afde hex color red value is 134, green value is 175 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #86afde hue: 0.59 , saturation: 0.57 and the lightness value of 86afde is 0.70.

The process color (four color CMYK) of #86afde color hex is 0.40, 0.21, 0.00, 0.13. Web safe color of #86afde is #9999cc. Color #86afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11011110
Octal 206 257 336
Decimal 134 175 222
Hex 86 AF DE

RGB Percentages of Color #86afde

%25.24
%32.96
%41.81

CMYK Percentages of Color #86afde

%40
%21
%0
%13

Triadic Colors of #86afde

#86afde #de86af #afde86

Analogous Colors of #86afde

#86afde #8986de #86dbde

Monochromatic Colors of #86afde

#86afde

Complementary Color

#86afde #deb586

#86afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afde Color CSS Codes

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

#86afde Text Font Color

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

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


#86afde Background Color

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

This div background color is #86afde


#86afde Border Color

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

This div border color is #86afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afde


Comments

No comments written yet.

Please login to write comment.