Color Hex Logo

#acadab Color Hex

#ACADAB
(172,173,171)
0 Favorites   0 Comments

Color spaces of #acadab

RGB 172173171
HSL0.250.010.67
HSV90°68°
CMYK 0.010.000.01   0.32
XYZ39.307541.598144.4856
Yxy41.59810.31350.3317
Hunter Lab64.4966-4.08214.2532
CIE-Lab70.5929-0.72590.8927

#acadab color RGB value is (172,173,171).

#acadab hex color red value is 172, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #acadab hue: 0.25 , saturation: 0.01 and the lightness value of acadab is 0.67.

The process color (four color CMYK) of #acadab color hex is 0.01, 0.00, 0.01, 0.32. Web safe color of #acadab is #999999. Color #acadab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 10101011
Octal 254 255 253
Decimal 172 173 171
Hex AC AD AB

RGB Percentages of Color #acadab

%33.33
%33.53
%33.14

CMYK Percentages of Color #acadab

%1
%0
%1
%32

Triadic Colors of #acadab

#acadab #abacad #adabac

Analogous Colors of #acadab

#acadab #abadab #adadab

Monochromatic Colors of #acadab

#acadab

Complementary Color

#acadab #acabad

#acadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadab Color CSS Codes

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

#acadab Text Font Color

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

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


#acadab Background Color

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

This div background color is #acadab


#acadab Border Color

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

This div border color is #acadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadab


Comments

No comments written yet.

Please login to write comment.