Color Hex Logo

#acbc9e Color Hex

#ACBC9E
(172,188,158)
0 Favorites   0 Comments

Color spaces of #acbc9e

RGB 172188158
HSL0.260.180.68
HSV92°16°74°
CMYK 0.090.000.16   0.26
XYZ41.168047.205739.2896
Yxy47.20570.32250.3698
Hunter Lab68.7064-13.281314.1896
CIE-Lab74.3212-11.008813.3395

#acbc9e color RGB value is (172,188,158).

#acbc9e hex color red value is 172, green value is 188 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #acbc9e hue: 0.26 , saturation: 0.18 and the lightness value of acbc9e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10011110
Octal 254 274 236
Decimal 172 188 158
Hex AC BC 9E

RGB Percentages of Color #acbc9e

%33.20
%36.29
%30.50

CMYK Percentages of Color #acbc9e

%9
%0
%16
%26

Triadic Colors of #acbc9e

#acbc9e #9eacbc #bc9eac

Analogous Colors of #acbc9e

#acbc9e #9ebc9f #bbbc9e

Monochromatic Colors of #acbc9e

#acbc9e

Complementary Color

#acbc9e #ae9ebc

#acbc9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc9e Color CSS Codes

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

#acbc9e Text Font Color

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

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


#acbc9e Background Color

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

This div background color is #acbc9e


#acbc9e Border Color

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

This div border color is #acbc9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc9e


Comments

No comments written yet.

Please login to write comment.