Color Hex Logo

#acbe93 Color Hex

#ACBE93
(172,190,147)
0 Favorites   0 Comments

Color spaces of #acbe93

RGB 172190147
HSL0.240.250.66
HSV85°23°75°
CMYK 0.090.000.23   0.25
XYZ40.693247.704234.6668
Yxy47.70420.33070.3876
Hunter Lab69.0682-15.701818.5889
CIE-Lab74.6380-13.834419.7047

#acbe93 color RGB value is (172,190,147).

#acbe93 hex color red value is 172, green value is 190 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #acbe93 hue: 0.24 , saturation: 0.25 and the lightness value of acbe93 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10010011
Octal 254 276 223
Decimal 172 190 147
Hex AC BE 93

RGB Percentages of Color #acbe93

%33.79
%37.33
%28.88

CMYK Percentages of Color #acbe93

%9
%0
%23
%25

Triadic Colors of #acbe93

#acbe93 #93acbe #be93ac

Analogous Colors of #acbe93

#acbe93 #97be93 #bebb93

Monochromatic Colors of #acbe93

#acbe93

Complementary Color

#acbe93 #a593be

#acbe93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe93 Color CSS Codes

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

#acbe93 Text Font Color

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

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


#acbe93 Background Color

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

This div background color is #acbe93


#acbe93 Border Color

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

This div border color is #acbe93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe93


Comments

No comments written yet.

Please login to write comment.