Color Hex Logo

#86dbff Color Hex

#86DBFF
(134,219,255)
0 Favorites   0 Comments

Color spaces of #86dbff

RGB 134219255
HSL0.551.000.76
HSV198°47°100°
CMYK 0.470.140.00   0.00
XYZ53.213062.9514103.9539
Yxy62.95140.24170.2860
Hunter Lab79.3419-19.1321-22.1425
CIE-Lab83.4168-16.4265-25.5270

#86dbff color RGB value is (134,219,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011011 11111111
Octal 206 333 377
Decimal 134 219 255
Hex 86 DB FF

RGB Percentages of Color #86dbff

%22.04
%36.02
%41.94

CMYK Percentages of Color #86dbff

%47
%14
%0
%0

Triadic Colors of #86dbff

#86dbff #ff86db #dbff86

Analogous Colors of #86dbff

#86dbff #869fff #86ffe7

Monochromatic Colors of #86dbff

#86dbff

Complementary Color

#86dbff #ffaa86

#86dbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dbff Color CSS Codes

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

#86dbff Text Font Color

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

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


#86dbff Background Color

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

This div background color is #86dbff


#86dbff Border Color

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

This div border color is #86dbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dbff

Related Colors


Comments

No comments written yet.

Please login to write comment.