Color Hex Logo

#8acb9c Color Hex

#8ACB9C
(138,203,156)
0 Favorites   0 Comments

Color spaces of #8acb9c

RGB 138203156
HSL0.380.380.67
HSV137°32°80°
CMYK 0.320.000.23   0.20
XYZ37.837950.515439.2087
Yxy50.51540.29660.3960
Hunter Lab71.0742-29.351417.0441
CIE-Lab76.3845-30.391316.9949

#8acb9c color RGB value is (138,203,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11001011 10011100
Octal 212 313 234
Decimal 138 203 156
Hex 8A CB 9C

RGB Percentages of Color #8acb9c

%27.77
%40.85
%31.39

CMYK Percentages of Color #8acb9c

%32
%0
%23
%20

Triadic Colors of #8acb9c

#8acb9c #9c8acb #cb9c8a

Analogous Colors of #8acb9c

#8acb9c #8acbbd #99cb8a

Monochromatic Colors of #8acb9c

#8acb9c

Complementary Color

#8acb9c #cb8ab9

#8acb9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8acb9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8acb9c Color CSS Codes

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

#8acb9c Text Font Color

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

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


#8acb9c Background Color

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

This div background color is #8acb9c


#8acb9c Border Color

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

This div border color is #8acb9c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,203,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8acb9c


Comments

No comments written yet.

Please login to write comment.