Color Hex Logo

#8dacab Color Hex

#8DACAB
(141,172,171)
0 Favorites   0 Comments

Color spaces of #8dacab

RGB 141172171
HSL0.490.160.61
HSV178°18°67°
CMYK 0.180.000.01   0.33
XYZ33.087738.108044.1398
Yxy38.10800.28690.3304
Hunter Lab61.7317-12.35580.8182
CIE-Lab68.1001-10.7679-3.0197

#8dacab color RGB value is (141,172,171).

#8dacab hex color red value is 141, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8dacab hue: 0.49 , saturation: 0.16 and the lightness value of 8dacab is 0.61.

The process color (four color CMYK) of #8dacab color hex is 0.18, 0.00, 0.01, 0.33. Web safe color of #8dacab is #999999. Color #8dacab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101100 10101011
Octal 215 254 253
Decimal 141 172 171
Hex 8D AC AB

RGB Percentages of Color #8dacab

%29.13
%35.54
%35.33

CMYK Percentages of Color #8dacab

%18
%0
%1
%33

Triadic Colors of #8dacab

#8dacab #ab8dac #acab8d

Analogous Colors of #8dacab

#8dacab #8d9eac #8dac9c

Monochromatic Colors of #8dacab

#8dacab

Complementary Color

#8dacab #ac8d8e

#8dacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dacab Color CSS Codes

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

#8dacab Text Font Color

<p style="color:#8dacab">Text here</p>

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


#8dacab Background Color

<div style="background-color:#8dacab">
Div content here</div>

This div background color is #8dacab


#8dacab Border Color

<div style="border:3px solid #8dacab">
Div here</div>

This div border color is #8dacab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,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 #8dacab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dacab


Comments

No comments written yet.

Please login to write comment.