Color Hex Logo

#acbea7 Color Hex

#ACBEA7
(172,190,167)
0 Favorites   0 Comments

Color spaces of #acbea7

RGB 172190167
HSL0.300.150.70
HSV107°12°75°
CMYK 0.090.000.12   0.25
XYZ42.401848.387643.6641
Yxy48.38760.31540.3599
Hunter Lab69.5612-12.925411.4760
CIE-Lab75.0687-10.48919.5288

#acbea7 color RGB value is (172,190,167).

#acbea7 hex color red value is 172, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #acbea7 hue: 0.30 , saturation: 0.15 and the lightness value of acbea7 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10100111
Octal 254 276 247
Decimal 172 190 167
Hex AC BE A7

RGB Percentages of Color #acbea7

%32.51
%35.92
%31.57

CMYK Percentages of Color #acbea7

%9
%0
%12
%25

Triadic Colors of #acbea7

#acbea7 #a7acbe #bea7ac

Analogous Colors of #acbea7

#acbea7 #a7beae #b8bea7

Monochromatic Colors of #acbea7

#acbea7

Complementary Color

#acbea7 #b9a7be

#acbea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbea7 Color CSS Codes

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

#acbea7 Text Font Color

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

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


#acbea7 Background Color

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

This div background color is #acbea7


#acbea7 Border Color

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

This div border color is #acbea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbea7


Comments

No comments written yet.

Please login to write comment.