Color Hex Logo

#8cdbac Color Hex

#8CDBAC
(140,219,172)
0 Favorites   0 Comments

Color spaces of #8cdbac

RGB 140219172
HSL0.400.520.70
HSV144°36°86°
CMYK 0.360.000.21   0.14
XYZ43.593159.217048.1622
Yxy59.21700.28870.3922
Hunter Lab76.9526-33.548016.7591
CIE-Lab81.4107-34.280315.5634

#8cdbac color RGB value is (140,219,172).

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

The process color (four color CMYK) of #8cdbac color hex is 0.36, 0.00, 0.21, 0.14. Web safe color of #8cdbac is #99cc99. Color #8cdbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11011011 10101100
Octal 214 333 254
Decimal 140 219 172
Hex 8C DB AC

RGB Percentages of Color #8cdbac

%26.37
%41.24
%32.39

CMYK Percentages of Color #8cdbac

%36
%0
%21
%14

Triadic Colors of #8cdbac

#8cdbac #ac8cdb #dbac8c

Analogous Colors of #8cdbac

#8cdbac #8cdbd4 #94db8c

Monochromatic Colors of #8cdbac

#8cdbac

Complementary Color

#8cdbac #db8cbb

#8cdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cdbac Color CSS Codes

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

#8cdbac Text Font Color

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

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


#8cdbac Background Color

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

This div background color is #8cdbac


#8cdbac Border Color

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

This div border color is #8cdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cdbac


Comments

No comments written yet.

Please login to write comment.