Color Hex Logo

#86effa Color Hex

#86EFFA
(134,239,250)
0 Favorites   0 Comments

Color spaces of #86effa

RGB 134239250
HSL0.520.920.75
HSV186°46°98°
CMYK 0.460.040.00   0.02
XYZ57.953373.7035101.6142
Yxy73.70350.24840.3160
Hunter Lab85.8507-29.7429-10.0810
CIE-Lab88.7822-27.6628-14.7877

#86effa color RGB value is (134,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101111 11111010
Octal 206 357 372
Decimal 134 239 250
Hex 86 EF FA

RGB Percentages of Color #86effa

%21.51
%38.36
%40.13

CMYK Percentages of Color #86effa

%46
%4
%0
%2

Triadic Colors of #86effa

#86effa #fa86ef #effa86

Analogous Colors of #86effa

#86effa #86b5fa #86facb

Monochromatic Colors of #86effa

#86effa

Complementary Color

#86effa #fa9186

#86effa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86effa Color Preview on White Background

Lorem ipsum dolor sit amet.

#86effa Color CSS Codes

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

#86effa Text Font Color

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

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


#86effa Background Color

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

This div background color is #86effa


#86effa Border Color

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

This div border color is #86effa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86effa


Comments

No comments written yet.

Please login to write comment.