Color Hex Logo

#86acab Color Hex

#86ACAB
(134,172,171)
0 Favorites   0 Comments

Color spaces of #86acab

RGB 134172171
HSL0.500.190.60
HSV178°22°67°
CMYK 0.220.000.01   0.33
XYZ31.934737.513744.0858
Yxy37.51370.28130.3304
Hunter Lab61.2484-14.11550.1978
CIE-Lab67.6607-13.0076-3.7170

#86acab color RGB value is (134,172,171).

#86acab hex color red value is 134, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #86acab hue: 0.50 , saturation: 0.19 and the lightness value of 86acab is 0.60.

The process color (four color CMYK) of #86acab color hex is 0.22, 0.00, 0.01, 0.33. Web safe color of #86acab is #999999. Color #86acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 10101100 10101011
Octal 206 254 253
Decimal 134 172 171
Hex 86 AC AB

RGB Percentages of Color #86acab

%28.09
%36.06
%35.85

CMYK Percentages of Color #86acab

%22
%0
%1
%33

Triadic Colors of #86acab

#86acab #ab86ac #acab86

Analogous Colors of #86acab

#86acab #869aac #86ac98

Monochromatic Colors of #86acab

#86acab

Complementary Color

#86acab #ac8687

#86acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#86acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#86acab Color CSS Codes

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

#86acab Text Font Color

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

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


#86acab Background Color

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

This div background color is #86acab


#86acab Border Color

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

This div border color is #86acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #86acab


Comments

No comments written yet.

Please login to write comment.