Color Hex Logo

#86afdc Color Hex

#86AFDC
(134,175,220)
0 Favorites   0 Comments

Color spaces of #86afdc

RGB 134175220
HSL0.590.550.69
HSV211°39°86°
CMYK 0.390.200.00   0.14
XYZ38.079840.895673.5968
Yxy40.89560.24960.2680
Hunter Lab63.9497-5.6214-23.4694
CIE-Lab70.1027-2.5323-27.0683

#86afdc color RGB value is (134,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11011100
Octal 206 257 334
Decimal 134 175 220
Hex 86 AF DC

RGB Percentages of Color #86afdc

%25.33
%33.08
%41.59

CMYK Percentages of Color #86afdc

%39
%20
%0
%14

Triadic Colors of #86afdc

#86afdc #dc86af #afdc86

Analogous Colors of #86afdc

#86afdc #8886dc #86dadc

Monochromatic Colors of #86afdc

#86afdc

Complementary Color

#86afdc #dcb386

#86afdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afdc Color CSS Codes

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

#86afdc Text Font Color

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

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


#86afdc Background Color

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

This div background color is #86afdc


#86afdc Border Color

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

This div border color is #86afdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afdc


Comments

No comments written yet.

Please login to write comment.