Color Hex Logo

#8cac98 Color Hex

#8CAC98
(140,172,152)
0 Favorites   0 Comments

Color spaces of #8cac98

RGB 140172152
HSL0.400.160.61
HSV143°19°67°
CMYK 0.190.000.12   0.33
XYZ31.235237.347535.2683
Yxy37.34750.30080.3596
Hunter Lab61.1126-15.71418.5624
CIE-Lab67.5369-15.03106.6762

#8cac98 color RGB value is (140,172,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10101100 10011000
Octal 214 254 230
Decimal 140 172 152
Hex 8C AC 98

RGB Percentages of Color #8cac98

%30.17
%37.07
%32.76

CMYK Percentages of Color #8cac98

%19
%0
%12
%33

Triadic Colors of #8cac98

#8cac98 #988cac #ac988c

Analogous Colors of #8cac98

#8cac98 #8caca8 #90ac8c

Monochromatic Colors of #8cac98

#8cac98

Complementary Color

#8cac98 #ac8ca0

#8cac98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cac98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cac98 Color CSS Codes

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

#8cac98 Text Font Color

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

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


#8cac98 Background Color

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

This div background color is #8cac98


#8cac98 Border Color

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

This div border color is #8cac98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cac98


Comments

No comments written yet.

Please login to write comment.