Color Hex Logo

#86ecfa Color Hex

#86ECFA
(134,236,250)
0 Favorites   0 Comments

Color spaces of #86ecfa

RGB 134236250
HSL0.520.920.75
HSV187°46°98°
CMYK 0.460.060.00   0.02
XYZ57.082371.9614101.3239
Yxy71.96140.24780.3124
Hunter Lab84.8301-28.3397-11.4369
CIE-Lab87.9500-26.2107-16.0361

#86ecfa color RGB value is (134,236,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101100 11111010
Octal 206 354 372
Decimal 134 236 250
Hex 86 EC FA

RGB Percentages of Color #86ecfa

%21.61
%38.06
%40.32

CMYK Percentages of Color #86ecfa

%46
%6
%0
%2

Triadic Colors of #86ecfa

#86ecfa #fa86ec #ecfa86

Analogous Colors of #86ecfa

#86ecfa #86b2fa #86face

Monochromatic Colors of #86ecfa

#86ecfa

Complementary Color

#86ecfa #fa9486

#86ecfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ecfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ecfa Color CSS Codes

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

#86ecfa Text Font Color

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

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


#86ecfa Background Color

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

This div background color is #86ecfa


#86ecfa Border Color

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

This div border color is #86ecfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ecfa


Comments

No comments written yet.

Please login to write comment.