Color Hex Logo

#86dcdb Color Hex

#86DCDB
(134,220,219)
0 Favorites   0 Comments

Color spaces of #86dcdb

RGB 134220219
HSL0.500.550.69
HSV179°39°86°
CMYK 0.390.000.00   0.14
XYZ48.210961.369276.3223
Yxy61.36920.25930.3301
Hunter Lab78.3385-27.2403-2.9271
CIE-Lab82.5768-26.1456-7.7017

#86dcdb color RGB value is (134,220,219).

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

The process color (four color CMYK) of #86dcdb color hex is 0.39, 0.00, 0.00, 0.14. Web safe color of #86dcdb is #99cccc. Color #86dcdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011100 11011011
Octal 206 334 333
Decimal 134 220 219
Hex 86 DC DB

RGB Percentages of Color #86dcdb

%23.39
%38.39
%38.22

CMYK Percentages of Color #86dcdb

%39
%0
%0
%14

Triadic Colors of #86dcdb

#86dcdb #db86dc #dcdb86

Analogous Colors of #86dcdb

#86dcdb #86b2dc #86dcb0

Monochromatic Colors of #86dcdb

#86dcdb

Complementary Color

#86dcdb #dc8687

#86dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dcdb Color CSS Codes

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

#86dcdb Text Font Color

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

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


#86dcdb Background Color

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

This div background color is #86dcdb


#86dcdb Border Color

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

This div border color is #86dcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dcdb


Comments

No comments written yet.

Please login to write comment.