Color Hex Logo

#acbd9f Color Hex

#ACBD9F
(172,189,159)
0 Favorites   0 Comments

Color spaces of #acbd9f

RGB 172189159
HSL0.260.190.68
HSV94°16°74°
CMYK 0.090.000.16   0.26
XYZ41.468947.669139.8163
Yxy47.66910.32160.3697
Hunter Lab69.0428-13.613214.1380
CIE-Lab74.6157-11.359113.2140

#acbd9f color RGB value is (172,189,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10011111
Octal 254 275 237
Decimal 172 189 159
Hex AC BD 9F

RGB Percentages of Color #acbd9f

%33.08
%36.35
%30.58

CMYK Percentages of Color #acbd9f

%9
%0
%16
%26

Triadic Colors of #acbd9f

#acbd9f #9facbd #bd9fac

Analogous Colors of #acbd9f

#acbd9f #9fbda1 #bbbd9f

Monochromatic Colors of #acbd9f

#acbd9f

Complementary Color

#acbd9f #b09fbd

#acbd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd9f Color CSS Codes

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

#acbd9f Text Font Color

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

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


#acbd9f Background Color

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

This div background color is #acbd9f


#acbd9f Border Color

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

This div border color is #acbd9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,189,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 #acbd9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd9f


Comments

No comments written yet.

Please login to write comment.