Color Hex Logo

#86afda Color Hex

#86AFDA
(134,175,218)
0 Favorites   0 Comments

Color spaces of #86afda

RGB 134175218
HSL0.590.530.69
HSV211°39°85°
CMYK 0.390.200.00   0.15
XYZ37.816440.790272.2098
Yxy40.79020.25070.2705
Hunter Lab63.8672-6.0760-22.3277
CIE-Lab70.0287-3.0651-26.0863

#86afda color RGB value is (134,175,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11011010
Octal 206 257 332
Decimal 134 175 218
Hex 86 AF DA

RGB Percentages of Color #86afda

%25.43
%33.21
%41.37

CMYK Percentages of Color #86afda

%39
%20
%0
%15

Triadic Colors of #86afda

#86afda #da86af #afda86

Analogous Colors of #86afda

#86afda #8786da #86d9da

Monochromatic Colors of #86afda

#86afda

Complementary Color

#86afda #dab186

#86afda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afda Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afda Color CSS Codes

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

#86afda Text Font Color

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

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


#86afda Background Color

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

This div background color is #86afda


#86afda Border Color

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

This div border color is #86afda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afda


Comments

No comments written yet.

Please login to write comment.