Color Hex Logo

#86dcda Color Hex

#86DCDA
(134,220,218)
0 Favorites   0 Comments

Color spaces of #86dcda

RGB 134220218
HSL0.500.550.69
HSV179°39°86°
CMYK 0.390.000.01   0.14
XYZ48.079661.316775.6309
Yxy61.31670.25990.3314
Hunter Lab78.3050-27.4339-2.4518
CIE-Lab82.5487-26.3867-7.2120

#86dcda color RGB value is (134,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011100 11011010
Octal 206 334 332
Decimal 134 220 218
Hex 86 DC DA

RGB Percentages of Color #86dcda

%23.43
%38.46
%38.11

CMYK Percentages of Color #86dcda

%39
%0
%1
%14

Triadic Colors of #86dcda

#86dcda #da86dc #dcda86

Analogous Colors of #86dcda

#86dcda #86b3dc #86dcaf

Monochromatic Colors of #86dcda

#86dcda

Complementary Color

#86dcda #dc8688

#86dcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dcda Color CSS Codes

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

#86dcda Text Font Color

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

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


#86dcda Background Color

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

This div background color is #86dcda


#86dcda Border Color

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

This div border color is #86dcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dcda


Comments

No comments written yet.

Please login to write comment.