Color Hex Logo

#86dcdc Color Hex

#86DCDC
(134,220,220)
0 Favorites   0 Comments

Color spaces of #86dcdc

RGB 134220220
HSL0.500.550.69
HSV180°39°86°
CMYK 0.390.000.00   0.14
XYZ48.343061.422077.0178
Yxy61.42200.25880.3288
Hunter Lab78.3722-27.0456-3.4048
CIE-Lab82.6051-25.9035-8.1909

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011100 11011100
Octal 206 334 334
Decimal 134 220 220
Hex 86 DC DC

RGB Percentages of Color #86dcdc

%23.34
%38.33
%38.33

CMYK Percentages of Color #86dcdc

%39
%0
%0
%14

Triadic Colors of #86dcdc

#86dcdc #dc86dc #dcdc86

Analogous Colors of #86dcdc

#86dcdc #86b1dc #86dcb1

Monochromatic Colors of #86dcdc

#86dcdc

Complementary Color

#86dcdc #dc8686

#86dcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dcdc Color CSS Codes

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

#86dcdc Text Font Color

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

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


#86dcdc Background Color

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

This div background color is #86dcdc


#86dcdc Border Color

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

This div border color is #86dcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dcdc


Comments

No comments written yet.

Please login to write comment.