Color Hex Logo

#8cbcac Color Hex

#8CBCAC
(140,188,172)
0 Favorites   0 Comments

Color spaces of #8cbcac

RGB 140188172
HSL0.440.260.64
HSV160°26°74°
CMYK 0.260.000.09   0.26
XYZ36.244844.520445.7127
Yxy44.52040.28660.3520
Hunter Lab66.7236-19.80376.0866
CIE-Lab72.5750-19.20712.9578

#8cbcac color RGB value is (140,188,172).

#8cbcac hex color red value is 140, green value is 188 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8cbcac hue: 0.44 , saturation: 0.26 and the lightness value of 8cbcac is 0.64.

The process color (four color CMYK) of #8cbcac color hex is 0.26, 0.00, 0.09, 0.26. Web safe color of #8cbcac is #99cc99. Color #8cbcac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10111100 10101100
Octal 214 274 254
Decimal 140 188 172
Hex 8C BC AC

RGB Percentages of Color #8cbcac

%28.00
%37.60
%34.40

CMYK Percentages of Color #8cbcac

%26
%0
%9
%26

Triadic Colors of #8cbcac

#8cbcac #ac8cbc #bcac8c

Analogous Colors of #8cbcac

#8cbcac #8cb4bc #8cbc94

Monochromatic Colors of #8cbcac

#8cbcac

Complementary Color

#8cbcac #bc8c9c

#8cbcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cbcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cbcac Color CSS Codes

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

#8cbcac Text Font Color

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

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


#8cbcac Background Color

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

This div background color is #8cbcac


#8cbcac Border Color

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

This div border color is #8cbcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cbcac


Comments

No comments written yet.

Please login to write comment.