Color Hex Logo

#86bcfd Color Hex

#86BCFD
(134,188,253)
0 Favorites   0 Comments

Color spaces of #86bcfd

RGB 134188253
HSL0.590.970.76
HSV213°47°99°
CMYK 0.470.260.00   0.01
XYZ45.544448.126699.8174
Yxy48.12660.23540.2487
Hunter Lab69.3733-4.2160-36.7477
CIE-Lab74.9047-0.5676-37.5555

#86bcfd color RGB value is (134,188,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 10111100 11111101
Octal 206 274 375
Decimal 134 188 253
Hex 86 BC FD

RGB Percentages of Color #86bcfd

%23.30
%32.70
%44.00

CMYK Percentages of Color #86bcfd

%47
%26
%0
%1

Triadic Colors of #86bcfd

#86bcfd #fd86bc #bcfd86

Analogous Colors of #86bcfd

#86bcfd #8c86fd #86f8fd

Monochromatic Colors of #86bcfd

#86bcfd

Complementary Color

#86bcfd #fdc786

#86bcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86bcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86bcfd Color CSS Codes

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

#86bcfd Text Font Color

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

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


#86bcfd Background Color

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

This div background color is #86bcfd


#86bcfd Border Color

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

This div border color is #86bcfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,188,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 #86bcfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86bcfd


Comments

No comments written yet.

Please login to write comment.