Color Hex Logo

#86afd9 Color Hex

#86AFD9
(134,175,217)
0 Favorites   0 Comments

Color spaces of #86afd9

RGB 134175217
HSL0.580.520.69
HSV210°38°85°
CMYK 0.380.190.00   0.15
XYZ37.685940.738071.5226
Yxy40.73800.25130.2717
Hunter Lab63.8263-6.3017-21.7608
CIE-Lab69.9920-3.3303-25.5945

#86afd9 color RGB value is (134,175,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11011001
Octal 206 257 331
Decimal 134 175 217
Hex 86 AF D9

RGB Percentages of Color #86afd9

%25.48
%33.27
%41.25

CMYK Percentages of Color #86afd9

%38
%19
%0
%15

Triadic Colors of #86afd9

#86afd9 #d986af #afd986

Analogous Colors of #86afd9

#86afd9 #8786d9 #86d9d9

Monochromatic Colors of #86afd9

#86afd9

Complementary Color

#86afd9 #d9b086

#86afd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afd9 Color CSS Codes

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

#86afd9 Text Font Color

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

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


#86afd9 Background Color

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

This div background color is #86afd9


#86afd9 Border Color

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

This div border color is #86afd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afd9


Comments

No comments written yet.

Please login to write comment.