Color Hex Logo

#acbd9e Color Hex

#ACBD9E
(172,189,158)
0 Favorites   0 Comments

Color spaces of #acbd9e

RGB 172189158
HSL0.260.190.68
HSV93°16°74°
CMYK 0.090.000.16   0.26
XYZ41.382447.634539.3610
Yxy47.63450.32230.3710
Hunter Lab69.0178-13.754114.4992
CIE-Lab74.5938-11.528513.7234

#acbd9e color RGB value is (172,189,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10011110
Octal 254 275 236
Decimal 172 189 158
Hex AC BD 9E

RGB Percentages of Color #acbd9e

%33.14
%36.42
%30.44

CMYK Percentages of Color #acbd9e

%9
%0
%16
%26

Triadic Colors of #acbd9e

#acbd9e #9eacbd #bd9eac

Analogous Colors of #acbd9e

#acbd9e #9ebda0 #bcbd9e

Monochromatic Colors of #acbd9e

#acbd9e

Complementary Color

#acbd9e #af9ebd

#acbd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd9e Color CSS Codes

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

#acbd9e Text Font Color

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

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


#acbd9e Background Color

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

This div background color is #acbd9e


#acbd9e Border Color

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

This div border color is #acbd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd9e


Comments

No comments written yet.

Please login to write comment.