Color Hex Logo

#acbdb9 Color Hex

#ACBDB9
(172,189,185)
1 Favorites   0 Comments

Color spaces of #acbdb9

RGB 172189185
HSL0.460.110.71
HSV166°74°
CMYK 0.090.000.02   0.26
XYZ43.967848.668652.9756
Yxy48.66860.30200.3342
Hunter Lab69.7629-9.58613.8112
CIE-Lab75.2447-6.60090.0161

#acbdb9 color RGB value is (172,189,185).

#acbdb9 hex color red value is 172, green value is 189 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #acbdb9 hue: 0.46 , saturation: 0.11 and the lightness value of acbdb9 is 0.71.

The process color (four color CMYK) of #acbdb9 color hex is 0.09, 0.00, 0.02, 0.26. Web safe color of #acbdb9 is #99cccc. Color #acbdb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10111001
Octal 254 275 271
Decimal 172 189 185
Hex AC BD B9

RGB Percentages of Color #acbdb9

%31.50
%34.62
%33.88

CMYK Percentages of Color #acbdb9

%9
%0
%2
%26

Triadic Colors of #acbdb9

#acbdb9 #b9acbd #bdb9ac

Analogous Colors of #acbdb9

#acbdb9 #acb9bd #acbdb1

Monochromatic Colors of #acbdb9

#acbdb9

Complementary Color

#acbdb9 #bdacb0

#acbdb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdb9 Color CSS Codes

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

#acbdb9 Text Font Color

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

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


#acbdb9 Background Color

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

This div background color is #acbdb9


#acbdb9 Border Color

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

This div border color is #acbdb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdb9


Comments

No comments written yet.

Please login to write comment.