Color Hex Logo

#86ddff Color Hex

#86DDFF
(134,221,255)
0 Favorites   0 Comments

Color spaces of #86ddff

RGB 134221255
HSL0.551.000.76
HSV197°47°100°
CMYK 0.470.130.00   0.00
XYZ53.738064.0012104.1289
Yxy64.00120.24220.2885
Hunter Lab80.0007-20.0995-21.1713
CIE-Lab83.9664-17.4447-24.6899

#86ddff color RGB value is (134,221,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011101 11111111
Octal 206 335 377
Decimal 134 221 255
Hex 86 DD FF

RGB Percentages of Color #86ddff

%21.97
%36.23
%41.80

CMYK Percentages of Color #86ddff

%47
%13
%0
%0

Triadic Colors of #86ddff

#86ddff #ff86dd #ddff86

Analogous Colors of #86ddff

#86ddff #86a1ff #86ffe5

Monochromatic Colors of #86ddff

#86ddff

Complementary Color

#86ddff #ffa886

#86ddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ddff Color CSS Codes

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

#86ddff Text Font Color

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

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


#86ddff Background Color

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

This div background color is #86ddff


#86ddff Border Color

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

This div border color is #86ddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ddff

Related Colors

#86ddff Color Palettes


Comments

No comments written yet.

Please login to write comment.