Color Hex Logo

#86affc Color Hex

#86AFFC
(134,175,252)
0 Favorites   0 Comments

Color spaces of #86affc

RGB 134175252
HSL0.610.950.76
HSV219°47°99°
CMYK 0.470.310.00   0.01
XYZ42.732242.756698.0961
Yxy42.75660.23280.2329
Hunter Lab65.38852.2220-43.1751
CIE-Lab71.38956.3597-42.4930

#86affc color RGB value is (134,175,252).

#86affc hex color red value is 134, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #86affc hue: 0.61 , saturation: 0.95 and the lightness value of 86affc is 0.76.

The process color (four color CMYK) of #86affc color hex is 0.47, 0.31, 0.00, 0.01. Web safe color of #86affc is #9999ff. Color #86affc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101111 11111100
Octal 206 257 374
Decimal 134 175 252
Hex 86 AF FC

RGB Percentages of Color #86affc

%23.89
%31.19
%44.92

CMYK Percentages of Color #86affc

%47
%31
%0
%1

Triadic Colors of #86affc

#86affc #fc86af #affc86

Analogous Colors of #86affc

#86affc #9886fc #86eafc

Monochromatic Colors of #86affc

#86affc

Complementary Color

#86affc #fcd386

#86affc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86affc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86affc Color CSS Codes

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

#86affc Text Font Color

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

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


#86affc Background Color

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

This div background color is #86affc


#86affc Border Color

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

This div border color is #86affc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86affc


Comments

No comments written yet.

Please login to write comment.