Color Hex Logo

#a1abad Color Hex

#A1ABAD
(161,171,173)
0 Favorites   0 Comments

Color spaces of #a1abad

RGB 161171173
HSL0.530.070.65
HSV190°68°
CMYK 0.070.010.00   0.32
XYZ36.803739.720045.2621
Yxy39.72000.30220.3261
Hunter Lab63.0238-6.05391.5361
CIE-Lab69.2696-3.1057-2.2473

#a1abad color RGB value is (161,171,173).

#a1abad hex color red value is 161, green value is 171 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a1abad hue: 0.53 , saturation: 0.07 and the lightness value of a1abad is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101011 10101101
Octal 241 253 255
Decimal 161 171 173
Hex A1 AB AD

RGB Percentages of Color #a1abad

%31.88
%33.86
%34.26

CMYK Percentages of Color #a1abad

%7
%1
%0
%32

Triadic Colors of #a1abad

#a1abad #ada1ab #abada1

Analogous Colors of #a1abad

#a1abad #a1a5ad #a1ada9

Monochromatic Colors of #a1abad

#a1abad

Complementary Color

#a1abad #ada3a1

#a1abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1abad Color CSS Codes

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

#a1abad Text Font Color

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

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


#a1abad Background Color

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

This div background color is #a1abad


#a1abad Border Color

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

This div border color is #a1abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1abad


Comments

No comments written yet.

Please login to write comment.