Color Hex Logo

#acbea4 Color Hex

#ACBEA4
(172,190,164)
0 Favorites   0 Comments

Color spaces of #acbea4

RGB 172190164
HSL0.280.170.69
HSV102°14°75°
CMYK 0.090.000.14   0.25
XYZ42.127648.277942.2202
Yxy48.27790.31760.3640
Hunter Lab69.4823-13.368212.6107
CIE-Lab74.9999-11.017511.0541

#acbea4 color RGB value is (172,190,164).

#acbea4 hex color red value is 172, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #acbea4 hue: 0.28 , saturation: 0.17 and the lightness value of acbea4 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10100100
Octal 254 276 244
Decimal 172 190 164
Hex AC BE A4

RGB Percentages of Color #acbea4

%32.70
%36.12
%31.18

CMYK Percentages of Color #acbea4

%9
%0
%14
%25

Triadic Colors of #acbea4

#acbea4 #a4acbe #bea4ac

Analogous Colors of #acbea4

#acbea4 #a4bea9 #b9bea4

Monochromatic Colors of #acbea4

#acbea4

Complementary Color

#acbea4 #b6a4be

#acbea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbea4 Color CSS Codes

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

#acbea4 Text Font Color

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

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


#acbea4 Background Color

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

This div background color is #acbea4


#acbea4 Border Color

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

This div border color is #acbea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbea4


Comments

No comments written yet.

Please login to write comment.