Color Hex Logo

#86fefb Color Hex

#86FEFB
(134,254,251)
0 Favorites   0 Comments

Color spaces of #86fefb

RGB 134254251
HSL0.500.980.76
HSV179°47°100°
CMYK 0.470.000.01   0.00
XYZ62.685982.9170103.9675
Yxy82.91700.25120.3322
Hunter Lab91.0588-36.4714-3.9540
CIE-Lab92.9781-34.5081-9.0506

#86fefb color RGB value is (134,254,251).

#86fefb hex color red value is 134, green value is 254 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #86fefb hue: 0.50 , saturation: 0.98 and the lightness value of 86fefb is 0.76.

The process color (four color CMYK) of #86fefb color hex is 0.47, 0.00, 0.01, 0.00. Web safe color of #86fefb is #99ffff. Color #86fefb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11111110 11111011
Octal 206 376 373
Decimal 134 254 251
Hex 86 FE FB

RGB Percentages of Color #86fefb

%20.97
%39.75
%39.28

CMYK Percentages of Color #86fefb

%47
%0
%1
%0

Triadic Colors of #86fefb

#86fefb #fb86fe #fefb86

Analogous Colors of #86fefb

#86fefb #86c5fe #86febf

Monochromatic Colors of #86fefb

#86fefb

Complementary Color

#86fefb #fe8689

#86fefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86fefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86fefb Color CSS Codes

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

#86fefb Text Font Color

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

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


#86fefb Background Color

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

This div background color is #86fefb


#86fefb Border Color

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

This div border color is #86fefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86fefb

Related Colors


Comments

No comments written yet.

Please login to write comment.