Color Hex Logo

#86d4fa Color Hex

#86D4FA
(134,212,250)
0 Favorites   0 Comments

Color spaces of #86d4fa

RGB 134212250
HSL0.550.920.75
HSV200°46°98°
CMYK 0.460.150.00   0.02
XYZ50.630359.057499.1732
Yxy59.05740.24240.2828
Hunter Lab76.8488-16.8843-22.7194
CIE-Lab81.3231-14.1800-26.0704

#86d4fa color RGB value is (134,212,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11010100 11111010
Octal 206 324 372
Decimal 134 212 250
Hex 86 D4 FA

RGB Percentages of Color #86d4fa

%22.48
%35.57
%41.95

CMYK Percentages of Color #86d4fa

%46
%15
%0
%2

Triadic Colors of #86d4fa

#86d4fa #fa86d4 #d4fa86

Analogous Colors of #86d4fa

#86d4fa #869afa #86fae6

Monochromatic Colors of #86d4fa

#86d4fa

Complementary Color

#86d4fa #faac86

#86d4fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86d4fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#86d4fa Color CSS Codes

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

#86d4fa Text Font Color

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

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


#86d4fa Background Color

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

This div background color is #86d4fa


#86d4fa Border Color

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

This div border color is #86d4fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86d4fa


Comments

No comments written yet.

Please login to write comment.