Color Hex Logo

#a3adab Color Hex

#A3ADAB
(163,173,171)
0 Favorites   0 Comments

Color spaces of #a3adab

RGB 163173171
HSL0.470.060.66
HSV168°68°
CMYK 0.060.000.01   0.32
XYZ37.398540.613944.3962
Yxy40.61390.30550.3318
Hunter Lab63.7290-6.77563.3065
CIE-Lab69.9046-3.8897-0.1946

#a3adab color RGB value is (163,173,171).

#a3adab hex color red value is 163, green value is 173 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a3adab hue: 0.47 , saturation: 0.06 and the lightness value of a3adab is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101101 10101011
Octal 243 255 253
Decimal 163 173 171
Hex A3 AD AB

RGB Percentages of Color #a3adab

%32.15
%34.12
%33.73

CMYK Percentages of Color #a3adab

%6
%0
%1
%32

Triadic Colors of #a3adab

#a3adab #aba3ad #adaba3

Analogous Colors of #a3adab

#a3adab #a3aaad #a3ada6

Monochromatic Colors of #a3adab

#a3adab

Complementary Color

#a3adab #ada3a5

#a3adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3adab Color CSS Codes

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

#a3adab Text Font Color

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

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


#a3adab Background Color

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

This div background color is #a3adab


#a3adab Border Color

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

This div border color is #a3adab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(163,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 #a3adab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3adab


Comments

No comments written yet.

Please login to write comment.