Color Hex Logo

#86dcde Color Hex

#86DCDE
(134,220,222)
0 Favorites   0 Comments

Color spaces of #86dcde

RGB 134220222
HSL0.500.570.70
HSV181°40°87°
CMYK 0.400.010.00   0.13
XYZ48.609561.528778.4215
Yxy61.52870.25780.3263
Hunter Lab78.4402-26.6538-4.3677
CIE-Lab82.6621-25.4174-9.1687

#86dcde color RGB value is (134,220,222).

#86dcde hex color red value is 134, green value is 220 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #86dcde hue: 0.50 , saturation: 0.57 and the lightness value of 86dcde is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011100 11011110
Octal 206 334 336
Decimal 134 220 222
Hex 86 DC DE

RGB Percentages of Color #86dcde

%23.26
%38.19
%38.54

CMYK Percentages of Color #86dcde

%40
%1
%0
%13

Triadic Colors of #86dcde

#86dcde #de86dc #dcde86

Analogous Colors of #86dcde

#86dcde #86b0de #86deb4

Monochromatic Colors of #86dcde

#86dcde

Complementary Color

#86dcde #de8886

#86dcde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dcde Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dcde Color CSS Codes

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

#86dcde Text Font Color

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

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


#86dcde Background Color

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

This div background color is #86dcde


#86dcde Border Color

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

This div border color is #86dcde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dcde


Comments

No comments written yet.

Please login to write comment.