Color Hex Logo

#86afce Color Hex

#86AFCE
(134,175,206)
0 Favorites   0 Comments

Color spaces of #86afce

RGB 134175206
HSL0.570.420.67
HSV206°35°81°
CMYK 0.350.150.00   0.19
XYZ36.302140.184564.2356
Yxy40.18450.25800.2856
Hunter Lab63.3912-8.7135-15.7059
CIE-Lab69.6007-6.1961-20.1520

#86afce color RGB value is (134,175,206).

#86afce hex color red value is 134, green value is 175 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #86afce hue: 0.57 , saturation: 0.42 and the lightness value of 86afce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11001110
Octal 206 257 316
Decimal 134 175 206
Hex 86 AF CE

RGB Percentages of Color #86afce

%26.02
%33.98
%40.00

CMYK Percentages of Color #86afce

%35
%15
%0
%19

Triadic Colors of #86afce

#86afce #ce86af #afce86

Analogous Colors of #86afce

#86afce #868bce #86cec9

Monochromatic Colors of #86afce

#86afce

Complementary Color

#86afce #cea586

#86afce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86afce Color Preview on White Background

Lorem ipsum dolor sit amet.

#86afce Color CSS Codes

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

#86afce Text Font Color

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

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


#86afce Background Color

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

This div background color is #86afce


#86afce Border Color

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

This div border color is #86afce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86afce


Comments

No comments written yet.

Please login to write comment.