Color Hex Logo

#86edfd Color Hex

#86EDFD
(134,237,253)
0 Favorites   0 Comments

Color spaces of #86edfd

RGB 134237253
HSL0.520.970.76
HSV188°47°99°
CMYK 0.470.060.00   0.01
XYZ57.845372.7286103.9178
Yxy72.72860.24670.3102
Hunter Lab85.2811-28.1671-12.5501
CIE-Lab88.3181-25.9261-17.0537

#86edfd color RGB value is (134,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11101101 11111101
Octal 206 355 375
Decimal 134 237 253
Hex 86 ED FD

RGB Percentages of Color #86edfd

%21.47
%37.98
%40.54

CMYK Percentages of Color #86edfd

%47
%6
%0
%1

Triadic Colors of #86edfd

#86edfd #fd86ed #edfd86

Analogous Colors of #86edfd

#86edfd #86b2fd #86fdd2

Monochromatic Colors of #86edfd

#86edfd

Complementary Color

#86edfd #fd9686

#86edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86edfd Color CSS Codes

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

#86edfd Text Font Color

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

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


#86edfd Background Color

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

This div background color is #86edfd


#86edfd Border Color

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

This div border color is #86edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86edfd

#86edfd Color Palettes


Comments

No comments written yet.

Please login to write comment.