Color Hex Logo

#acbd9d Color Hex

#ACBD9D
(172,189,157)
0 Favorites   0 Comments

Color spaces of #acbd9d

RGB 172189157
HSL0.260.200.68
HSV92°17°74°
CMYK 0.090.000.17   0.26
XYZ41.296747.600238.9095
Yxy47.60020.32310.3724
Hunter Lab68.9929-13.893814.8576
CIE-Lab74.5721-11.696514.2328

#acbd9d color RGB value is (172,189,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10011101
Octal 254 275 235
Decimal 172 189 157
Hex AC BD 9D

RGB Percentages of Color #acbd9d

%33.20
%36.49
%30.31

CMYK Percentages of Color #acbd9d

%9
%0
%17
%26

Triadic Colors of #acbd9d

#acbd9d #9dacbd #bd9dac

Analogous Colors of #acbd9d

#acbd9d #9dbd9e #bcbd9d

Monochromatic Colors of #acbd9d

#acbd9d

Complementary Color

#acbd9d #ae9dbd

#acbd9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbd9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbd9d Color CSS Codes

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

#acbd9d Text Font Color

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

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


#acbd9d Background Color

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

This div background color is #acbd9d


#acbd9d Border Color

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

This div border color is #acbd9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbd9d


Comments

No comments written yet.

Please login to write comment.