Color Hex Logo

#acbe9f Color Hex

#ACBE9F
(172,190,159)
0 Favorites   0 Comments

Color spaces of #acbe9f

RGB 172190159
HSL0.260.190.68
HSV95°16°75°
CMYK 0.090.000.16   0.25
XYZ41.684748.100839.8882
Yxy48.10080.32150.3709
Hunter Lab69.3547-14.085914.4487
CIE-Lab74.8885-11.878013.5982

#acbe9f color RGB value is (172,190,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111110 10011111
Octal 254 276 237
Decimal 172 190 159
Hex AC BE 9F

RGB Percentages of Color #acbe9f

%33.01
%36.47
%30.52

CMYK Percentages of Color #acbe9f

%9
%0
%16
%25

Triadic Colors of #acbe9f

#acbe9f #9facbe #be9fac

Analogous Colors of #acbe9f

#acbe9f #9fbea2 #bcbe9f

Monochromatic Colors of #acbe9f

#acbe9f

Complementary Color

#acbe9f #b19fbe

#acbe9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbe9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbe9f Color CSS Codes

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

#acbe9f Text Font Color

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

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


#acbe9f Background Color

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

This div background color is #acbe9f


#acbe9f Border Color

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

This div border color is #acbe9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbe9f


Comments

No comments written yet.

Please login to write comment.