Color Hex Logo

#86fdfb Color Hex

#86FDFB
(134,253,251)
0 Favorites   0 Comments

Color spaces of #86fdfb

RGB 134253251
HSL0.500.970.76
HSV179°47°99°
CMYK 0.470.000.01   0.01
XYZ62.369482.2839103.8620
Yxy82.28390.25100.3311
Hunter Lab90.7105-36.0129-4.3887
CIE-Lab92.7000-34.0433-9.4634

#86fdfb color RGB value is (134,253,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11111101 11111011
Octal 206 375 373
Decimal 134 253 251
Hex 86 FD FB

RGB Percentages of Color #86fdfb

%21.00
%39.66
%39.34

CMYK Percentages of Color #86fdfb

%47
%0
%1
%1

Triadic Colors of #86fdfb

#86fdfb #fb86fd #fdfb86

Analogous Colors of #86fdfb

#86fdfb #86c4fd #86fdc0

Monochromatic Colors of #86fdfb

#86fdfb

Complementary Color

#86fdfb #fd8688

#86fdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86fdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86fdfb Color CSS Codes

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

#86fdfb Text Font Color

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

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


#86fdfb Background Color

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

This div background color is #86fdfb


#86fdfb Border Color

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

This div border color is #86fdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86fdfb

Related Colors


Comments

No comments written yet.

Please login to write comment.