Color Hex Logo

#acbe8e Color Hex

#ACBE8E
(172,190,142)
0 Favorites   0 Comments

Color spaces of #acbe8e

RGB 172190142
HSL0.230.270.65
HSV83°25°75°
CMYK 0.090.000.25   0.25
XYZ40.309247.550632.6448
Yxy47.55060.33450.3946
Hunter Lab68.9569-16.331420.2015
CIE-Lab74.5406-14.603822.2453

#acbe8e color RGB value is (172,190,142).

#acbe8e hex color red value is 172, green value is 190 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #acbe8e hue: 0.23 , saturation: 0.27 and the lightness value of acbe8e is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10001110
Octal 254 276 216
Decimal 172 190 142
Hex AC BE 8E

RGB Percentages of Color #acbe8e

%34.13
%37.70
%28.17

CMYK Percentages of Color #acbe8e

%9
%0
%25
%25

Triadic Colors of #acbe8e

#acbe8e #8eacbe #be8eac

Analogous Colors of #acbe8e

#acbe8e #94be8e #beb88e

Monochromatic Colors of #acbe8e

#acbe8e

Complementary Color

#acbe8e #a08ebe

#acbe8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe8e Color CSS Codes

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

#acbe8e Text Font Color

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

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


#acbe8e Background Color

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

This div background color is #acbe8e


#acbe8e Border Color

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

This div border color is #acbe8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe8e


Comments

No comments written yet.

Please login to write comment.