Color Hex Logo

#86dacc Color Hex

#86DACC
(134,218,204)
0 Favorites   0 Comments

Color spaces of #86dacc

RGB 134218204
HSL0.470.530.69
HSV170°39°85°
CMYK 0.390.000.06   0.15
XYZ45.802059.570866.2110
Yxy59.57080.26690.3472
Hunter Lab77.1821-29.14193.1653
CIE-Lab81.6043-28.7090-1.1582

#86dacc color RGB value is (134,218,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11011010 11001100
Octal 206 332 314
Decimal 134 218 204
Hex 86 DA CC

RGB Percentages of Color #86dacc

%24.10
%39.21
%36.69

CMYK Percentages of Color #86dacc

%39
%0
%6
%15

Triadic Colors of #86dacc

#86dacc #cc86da #dacc86

Analogous Colors of #86dacc

#86dacc #86beda #86daa2

Monochromatic Colors of #86dacc

#86dacc

Complementary Color

#86dacc #da8694

#86dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#86dacc Color CSS Codes

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

#86dacc Text Font Color

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

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


#86dacc Background Color

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

This div background color is #86dacc


#86dacc Border Color

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

This div border color is #86dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86dacc


Comments

No comments written yet.

Please login to write comment.