Color Hex Logo

#86d1ce Color Hex

#86D1CE
(134,209,206)
0 Favorites   0 Comments

Color spaces of #86d1ce

RGB 134209206
HSL0.490.450.67
HSV178°36°82°
CMYK 0.360.000.01   0.18
XYZ43.772655.125566.7257
Yxy55.12550.26430.3328
Hunter Lab74.2465-24.6955-1.3116
CIE-Lab79.1135-23.8499-5.8907

#86d1ce color RGB value is (134,209,206).

#86d1ce hex color red value is 134, green value is 209 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #86d1ce hue: 0.49 , saturation: 0.45 and the lightness value of 86d1ce is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10000110 11010001 11001110
Octal 206 321 316
Decimal 134 209 206
Hex 86 D1 CE

RGB Percentages of Color #86d1ce

%24.41
%38.07
%37.52

CMYK Percentages of Color #86d1ce

%36
%0
%1
%18

Triadic Colors of #86d1ce

#86d1ce #ce86d1 #d1ce86

Analogous Colors of #86d1ce

#86d1ce #86afd1 #86d1a9

Monochromatic Colors of #86d1ce

#86d1ce

Complementary Color

#86d1ce #d18689

#86d1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86d1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#86d1ce Color CSS Codes

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

#86d1ce Text Font Color

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

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


#86d1ce Background Color

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

This div background color is #86d1ce


#86d1ce Border Color

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

This div border color is #86d1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86d1ce


Comments

No comments written yet.

Please login to write comment.