Color Hex Logo

#86eafb Color Hex

#86EAFB
(134,234,251)
0 Favorites   0 Comments

Color spaces of #86eafb

RGB 134234251
HSL0.520.940.75
HSV189°47°98°
CMYK 0.470.070.00   0.02
XYZ56.666970.8790101.9611
Yxy70.87900.24690.3088
Hunter Lab84.1897-27.1860-12.8726
CIE-Lab87.4262-24.9787-17.3477

#86eafb color RGB value is (134,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101010 11111011
Octal 206 352 373
Decimal 134 234 251
Hex 86 EA FB

RGB Percentages of Color #86eafb

%21.65
%37.80
%40.55

CMYK Percentages of Color #86eafb

%47
%7
%0
%2

Triadic Colors of #86eafb

#86eafb #fb86ea #eafb86

Analogous Colors of #86eafb

#86eafb #86b0fb #86fbd2

Monochromatic Colors of #86eafb

#86eafb

Complementary Color

#86eafb #fb9786

#86eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86eafb Color CSS Codes

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

#86eafb Text Font Color

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

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


#86eafb Background Color

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

This div background color is #86eafb


#86eafb Border Color

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

This div border color is #86eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86eafb


Comments

No comments written yet.

Please login to write comment.