Color Hex Logo

#8cacab Color Hex

#8CACAB
(140,172,171)
0 Favorites   0 Comments

Color spaces of #8cacab

RGB 140172171
HSL0.490.160.61
HSV178°19°67°
CMYK 0.190.000.01   0.33
XYZ32.918438.020844.1318
Yxy38.02080.28610.3304
Hunter Lab61.6610-12.61260.7279
CIE-Lab68.0359-11.0921-3.1214

#8cacab color RGB value is (140,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 10101011
Octal 214 254 253
Decimal 140 172 171
Hex 8C AC AB

RGB Percentages of Color #8cacab

%28.99
%35.61
%35.40

CMYK Percentages of Color #8cacab

%19
%0
%1
%33

Triadic Colors of #8cacab

#8cacab #ab8cac #acab8c

Analogous Colors of #8cacab

#8cacab #8c9dac #8cac9b

Monochromatic Colors of #8cacab

#8cacab

Complementary Color

#8cacab #ac8c8d

#8cacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cacab Color CSS Codes

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

#8cacab Text Font Color

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

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


#8cacab Background Color

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

This div background color is #8cacab


#8cacab Border Color

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

This div border color is #8cacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cacab


Comments

No comments written yet.

Please login to write comment.