Color Hex Logo

#a4adac Color Hex

#A4ADAC
(164,173,172)
0 Favorites   0 Comments

Color spaces of #a4adac

RGB 164173172
HSL0.480.050.66
HSV173°68°
CMYK 0.050.000.01   0.32
XYZ37.699840.758244.9099
Yxy40.75820.30560.3304
Hunter Lab63.8421-6.31672.9818
CIE-Lab70.0062-3.3464-0.5892

#a4adac color RGB value is (164,173,172).

#a4adac hex color red value is 164, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a4adac hue: 0.48 , saturation: 0.05 and the lightness value of a4adac is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101101 10101100
Octal 244 255 254
Decimal 164 173 172
Hex A4 AD AC

RGB Percentages of Color #a4adac

%32.22
%33.99
%33.79

CMYK Percentages of Color #a4adac

%5
%0
%1
%32

Triadic Colors of #a4adac

#a4adac #aca4ad #adaca4

Analogous Colors of #a4adac

#a4adac #a4aaad #a4ada8

Monochromatic Colors of #a4adac

#a4adac

Complementary Color

#a4adac #ada4a5

#a4adac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4adac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4adac Color CSS Codes

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

#a4adac Text Font Color

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

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


#a4adac Background Color

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

This div background color is #a4adac


#a4adac Border Color

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

This div border color is #a4adac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4adac


Comments

No comments written yet.

Please login to write comment.