Color Hex Logo

#acbca6 Color Hex

#ACBCA6
(172,188,166)
0 Favorites   0 Comments

Color spaces of #acbca6

RGB 172188166
HSL0.290.140.69
HSV104°12°74°
CMYK 0.090.000.12   0.26
XYZ41.879447.490343.0357
Yxy47.49030.31630.3587
Hunter Lab68.9132-12.121511.2132
CIE-Lab74.5023-9.62309.2632

#acbca6 color RGB value is (172,188,166).

#acbca6 hex color red value is 172, green value is 188 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #acbca6 hue: 0.29 , saturation: 0.14 and the lightness value of acbca6 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 10100110
Octal 254 274 246
Decimal 172 188 166
Hex AC BC A6

RGB Percentages of Color #acbca6

%32.70
%35.74
%31.56

CMYK Percentages of Color #acbca6

%9
%0
%12
%26

Triadic Colors of #acbca6

#acbca6 #a6acbc #bca6ac

Analogous Colors of #acbca6

#acbca6 #a6bcab #b7bca6

Monochromatic Colors of #acbca6

#acbca6

Complementary Color

#acbca6 #b6a6bc

#acbca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbca6 Color CSS Codes

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

#acbca6 Text Font Color

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

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


#acbca6 Background Color

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

This div background color is #acbca6


#acbca6 Border Color

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

This div border color is #acbca6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbca6

#acbca6 Color Palettes


Comments

No comments written yet.

Please login to write comment.