Color Hex Logo

#8ccbac Color Hex

#8CCBAC
(140,203,172)
0 Favorites   0 Comments

Color spaces of #8ccbac

RGB 140203172
HSL0.420.380.67
HSV150°31°80°
CMYK 0.310.000.15   0.20
XYZ39.617551.265946.8370
Yxy51.26590.28770.3722
Hunter Lab71.6002-26.533611.3358
CIE-Lab76.8398-26.67539.0932

#8ccbac color RGB value is (140,203,172).

#8ccbac hex color red value is 140, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8ccbac hue: 0.42 , saturation: 0.38 and the lightness value of 8ccbac is 0.67.

The process color (four color CMYK) of #8ccbac color hex is 0.31, 0.00, 0.15, 0.20. Web safe color of #8ccbac is #99cc99. Color #8ccbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001011 10101100
Octal 214 313 254
Decimal 140 203 172
Hex 8C CB AC

RGB Percentages of Color #8ccbac

%27.18
%39.42
%33.40

CMYK Percentages of Color #8ccbac

%31
%0
%15
%20

Triadic Colors of #8ccbac

#8ccbac #ac8ccb #cbac8c

Analogous Colors of #8ccbac

#8ccbac #8ccbcb #8ccb8d

Monochromatic Colors of #8ccbac

#8ccbac

Complementary Color

#8ccbac #cb8cab

#8ccbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccbac Color CSS Codes

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

#8ccbac Text Font Color

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

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


#8ccbac Background Color

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

This div background color is #8ccbac


#8ccbac Border Color

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

This div border color is #8ccbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccbac


Comments

No comments written yet.

Please login to write comment.