Color Hex Logo

#acbdb1 Color Hex

#ACBDB1
(172,189,177)
0 Favorites   0 Comments

Color spaces of #acbdb1

RGB 172189177
HSL0.380.110.71
HSV138°74°
CMYK 0.090.000.06   0.26
XYZ43.146748.340248.6515
Yxy48.34020.30790.3449
Hunter Lab69.5271-10.90007.1809
CIE-Lab75.0390-8.13664.0634

#acbdb1 color RGB value is (172,189,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10110001
Octal 254 275 261
Decimal 172 189 177
Hex AC BD B1

RGB Percentages of Color #acbdb1

%31.97
%35.13
%32.90

CMYK Percentages of Color #acbdb1

%9
%0
%6
%26

Triadic Colors of #acbdb1

#acbdb1 #b1acbd #bdb1ac

Analogous Colors of #acbdb1

#acbdb1 #acbdba #b0bdac

Monochromatic Colors of #acbdb1

#acbdb1

Complementary Color

#acbdb1 #bdacb8

#acbdb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbdb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbdb1 Color CSS Codes

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

#acbdb1 Text Font Color

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

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


#acbdb1 Background Color

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

This div background color is #acbdb1


#acbdb1 Border Color

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

This div border color is #acbdb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbdb1


Comments

No comments written yet.

Please login to write comment.