Color Hex Logo

#86dbfb Color Hex

#86DBFB
(134,219,251)
0 Favorites   0 Comments

Color spaces of #86dbfb

RGB 134219251
HSL0.550.940.75
HSV196°47°98°
CMYK 0.470.130.00   0.02
XYZ52.575662.6964100.5974
Yxy62.69640.24360.2904
Hunter Lab79.1811-20.0443-19.8996
CIE-Lab83.2824-17.4992-23.6160

#86dbfb color RGB value is (134,219,251).

#86dbfb hex color red value is 134, green value is 219 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #86dbfb hue: 0.55 , saturation: 0.94 and the lightness value of 86dbfb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011011 11111011
Octal 206 333 373
Decimal 134 219 251
Hex 86 DB FB

RGB Percentages of Color #86dbfb

%22.19
%36.26
%41.56

CMYK Percentages of Color #86dbfb

%47
%13
%0
%2

Triadic Colors of #86dbfb

#86dbfb #fb86db #dbfb86

Analogous Colors of #86dbfb

#86dbfb #86a1fb #86fbe1

Monochromatic Colors of #86dbfb

#86dbfb

Complementary Color

#86dbfb #fba686

#86dbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dbfb Color CSS Codes

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

#86dbfb Text Font Color

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

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


#86dbfb Background Color

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

This div background color is #86dbfb


#86dbfb Border Color

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

This div border color is #86dbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dbfb

Related Colors


Comments

No comments written yet.

Please login to write comment.