Color Hex Logo

#86acda Color Hex

#86ACDA
(134,172,218)
0 Favorites   0 Comments

Color spaces of #86acda

RGB 134172218
HSL0.590.530.69
HSV213°39°85°
CMYK 0.390.210.00   0.15
XYZ37.238939.635372.0174
Yxy39.63530.25010.2662
Hunter Lab62.9566-4.5910-23.7535
CIE-Lab69.2090-1.4134-27.3445

#86acda color RGB value is (134,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101100 11011010
Octal 206 254 332
Decimal 134 172 218
Hex 86 AC DA

RGB Percentages of Color #86acda

%25.57
%32.82
%41.60

CMYK Percentages of Color #86acda

%39
%21
%0
%15

Triadic Colors of #86acda

#86acda #da86ac #acda86

Analogous Colors of #86acda

#86acda #8a86da #86d6da

Monochromatic Colors of #86acda

#86acda

Complementary Color

#86acda #dab486

#86acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#86acda Color CSS Codes

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

#86acda Text Font Color

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

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


#86acda Background Color

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

This div background color is #86acda


#86acda Border Color

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

This div border color is #86acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86acda


Comments

No comments written yet.

Please login to write comment.