Color Hex Logo

#86ddfd Color Hex

#86DDFD
(134,221,253)
0 Favorites   0 Comments

Color spaces of #86ddfd

RGB 134221253
HSL0.540.970.76
HSV196°47°99°
CMYK 0.470.130.00   0.01
XYZ53.417663.8731102.4418
Yxy63.87310.24310.2907
Hunter Lab79.9206-20.5548-20.0531
CIE-Lab83.8997-17.9803-23.7350

#86ddfd color RGB value is (134,221,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011101 11111101
Octal 206 335 375
Decimal 134 221 253
Hex 86 DD FD

RGB Percentages of Color #86ddfd

%22.04
%36.35
%41.61

CMYK Percentages of Color #86ddfd

%47
%13
%0
%1

Triadic Colors of #86ddfd

#86ddfd #fd86dd #ddfd86

Analogous Colors of #86ddfd

#86ddfd #86a2fd #86fde2

Monochromatic Colors of #86ddfd

#86ddfd

Complementary Color

#86ddfd #fda686

#86ddfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86ddfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#86ddfd Color CSS Codes

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

#86ddfd Text Font Color

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

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


#86ddfd Background Color

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

This div background color is #86ddfd


#86ddfd Border Color

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

This div border color is #86ddfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86ddfd


Comments

No comments written yet.

Please login to write comment.