Color Hex Logo

#86ddfc Color Hex

#86DDFC
(134,221,252)
0 Favorites   0 Comments

Color spaces of #86ddfc

RGB 134221252
HSL0.540.950.76
HSV196°47°99°
CMYK 0.470.120.00   0.01
XYZ53.258763.8095101.6049
Yxy63.80950.24360.2918
Hunter Lab79.8808-20.7808-19.4977
CIE-Lab83.8665-18.2469-23.2570

#86ddfc color RGB value is (134,221,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011101 11111100
Octal 206 335 374
Decimal 134 221 252
Hex 86 DD FC

RGB Percentages of Color #86ddfc

%22.08
%36.41
%41.52

CMYK Percentages of Color #86ddfc

%47
%12
%0
%1

Triadic Colors of #86ddfc

#86ddfc #fc86dd #ddfc86

Analogous Colors of #86ddfc

#86ddfc #86a2fc #86fce0

Monochromatic Colors of #86ddfc

#86ddfc

Complementary Color

#86ddfc #fca586

#86ddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ddfc Color CSS Codes

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

#86ddfc Text Font Color

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

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


#86ddfc Background Color

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

This div background color is #86ddfc


#86ddfc Border Color

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

This div border color is #86ddfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ddfc

Related Colors


Comments

No comments written yet.

Please login to write comment.