Color Hex Logo

#8cabac Color Hex

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

Color spaces of #8cabac

RGB 140171172
HSL0.510.160.61
HSV182°19°67°
CMYK 0.190.010.00   0.33
XYZ32.824537.679844.5726
Yxy37.67980.28520.3274
Hunter Lab61.3839-11.9704-0.0835
CIE-Lab67.7840-10.3402-4.0470

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

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

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

Base Numbers

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

RGB Percentages of Color #8cabac

%28.99
%35.40
%35.61

CMYK Percentages of Color #8cabac

%19
%1
%0
%33

Triadic Colors of #8cabac

#8cabac #ac8cab #abac8c

Analogous Colors of #8cabac

#8cabac #8c9bac #8cac9d

Monochromatic Colors of #8cabac

#8cabac

Complementary Color

#8cabac #ac8d8c

#8cabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cabac Color CSS Codes

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

#8cabac Text Font Color

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

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


#8cabac Background Color

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

This div background color is #8cabac


#8cabac Border Color

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

This div border color is #8cabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cabac


Comments

No comments written yet.

Please login to write comment.