Color Hex Logo

#86bafd Color Hex

#86BAFD
(134,186,253)
0 Favorites   0 Comments

Color spaces of #86bafd

RGB 134186253
HSL0.590.970.76
HSV214°47°99°
CMYK 0.470.260.00   0.01
XYZ45.120047.278099.6760
Yxy47.27800.23490.2461
Hunter Lab68.7590-3.1957-37.8180
CIE-Lab74.36720.5300-38.3904

#86bafd color RGB value is (134,186,253).

#86bafd hex color red value is 134, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #86bafd hue: 0.59 , saturation: 0.97 and the lightness value of 86bafd is 0.76.

The process color (four color CMYK) of #86bafd color hex is 0.47, 0.26, 0.00, 0.01. Web safe color of #86bafd is #99ccff. Color #86bafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111010 11111101
Octal 206 272 375
Decimal 134 186 253
Hex 86 BA FD

RGB Percentages of Color #86bafd

%23.39
%32.46
%44.15

CMYK Percentages of Color #86bafd

%47
%26
%0
%1

Triadic Colors of #86bafd

#86bafd #fd86ba #bafd86

Analogous Colors of #86bafd

#86bafd #8e86fd #86f6fd

Monochromatic Colors of #86bafd

#86bafd

Complementary Color

#86bafd #fdc986

#86bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bafd Color CSS Codes

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

#86bafd Text Font Color

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

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


#86bafd Background Color

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

This div background color is #86bafd


#86bafd Border Color

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

This div border color is #86bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bafd


Comments

No comments written yet.

Please login to write comment.