Color Hex Logo

#acbda3 Color Hex

#ACBDA3
(172,189,163)
0 Favorites   0 Comments

Color spaces of #acbda3

RGB 172189163
HSL0.280.160.69
HSV99°14°74°
CMYK 0.090.000.14   0.26
XYZ41.821747.810241.6744
Yxy47.81020.31850.3641
Hunter Lab69.1449-13.039412.6667
CIE-Lab74.7051-10.671711.1770

#acbda3 color RGB value is (172,189,163).

#acbda3 hex color red value is 172, green value is 189 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #acbda3 hue: 0.28 , saturation: 0.16 and the lightness value of acbda3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111101 10100011
Octal 254 275 243
Decimal 172 189 163
Hex AC BD A3

RGB Percentages of Color #acbda3

%32.82
%36.07
%31.11

CMYK Percentages of Color #acbda3

%9
%0
%14
%26

Triadic Colors of #acbda3

#acbda3 #a3acbd #bda3ac

Analogous Colors of #acbda3

#acbda3 #a3bda7 #b9bda3

Monochromatic Colors of #acbda3

#acbda3

Complementary Color

#acbda3 #b4a3bd

#acbda3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbda3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbda3 Color CSS Codes

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

#acbda3 Text Font Color

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

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


#acbda3 Background Color

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

This div background color is #acbda3


#acbda3 Border Color

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

This div border color is #acbda3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbda3


Comments

No comments written yet.

Please login to write comment.