Color Hex Logo

#acaba7 Color Hex

#ACABA7
(172,171,167)
0 Favorites   0 Comments

Color spaces of #acaba7

RGB 172171167
HSL0.130.030.66
HSV48°67°
CMYK 0.000.010.03   0.33
XYZ38.551240.686542.3806
Yxy40.68650.31700.3345
Hunter Lab63.7860-3.74305.2568
CIE-Lab69.9557-0.38392.1728

#acaba7 color RGB value is (172,171,167).

#acaba7 hex color red value is 172, green value is 171 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #acaba7 hue: 0.13 , saturation: 0.03 and the lightness value of acaba7 is 0.66.

The process color (four color CMYK) of #acaba7 color hex is 0.00, 0.01, 0.03, 0.33. Web safe color of #acaba7 is #999999. Color #acaba7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 10100111
Octal 254 253 247
Decimal 172 171 167
Hex AC AB A7

RGB Percentages of Color #acaba7

%33.73
%33.53
%32.75

CMYK Percentages of Color #acaba7

%0
%1
%3
%33

Triadic Colors of #acaba7

#acaba7 #a7acab #aba7ac

Analogous Colors of #acaba7

#acaba7 #abaca7 #aca9a7

Monochromatic Colors of #acaba7

#acaba7

Complementary Color

#acaba7 #a7a8ac

#acaba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaba7 Color CSS Codes

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

#acaba7 Text Font Color

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

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


#acaba7 Background Color

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

This div background color is #acaba7


#acaba7 Border Color

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

This div border color is #acaba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaba7


Comments

No comments written yet.

Please login to write comment.