Color Hex Logo

#86acde Color Hex

#86ACDE
(134,172,222)
0 Favorites   0 Comments

Color spaces of #86acde

RGB 134172222
HSL0.590.570.70
HSV214°40°87°
CMYK 0.400.230.00   0.13
XYZ37.768939.847374.8079
Yxy39.84730.24780.2614
Hunter Lab63.1247-3.6678-26.0761
CIE-Lab69.3606-0.3396-29.3053

#86acde color RGB value is (134,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101100 11011110
Octal 206 254 336
Decimal 134 172 222
Hex 86 AC DE

RGB Percentages of Color #86acde

%25.38
%32.58
%42.05

CMYK Percentages of Color #86acde

%40
%23
%0
%13

Triadic Colors of #86acde

#86acde #de86ac #acde86

Analogous Colors of #86acde

#86acde #8c86de #86d8de

Monochromatic Colors of #86acde

#86acde

Complementary Color

#86acde #deb886

#86acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#86acde Color CSS Codes

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

#86acde Text Font Color

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

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


#86acde Background Color

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

This div background color is #86acde


#86acde Border Color

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

This div border color is #86acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86acde


Comments

No comments written yet.

Please login to write comment.