Color Hex Logo

#a5abad Color Hex

#A5ABAD
(165,171,173)
0 Favorites   0 Comments

Color spaces of #a5abad

RGB 165171173
HSL0.540.050.66
HSV195°68°
CMYK 0.050.010.00   0.32
XYZ37.622840.142345.3005
Yxy40.14230.30570.3262
Hunter Lab63.3580-4.88071.9586
CIE-Lab69.5708-1.7199-1.7703

#a5abad color RGB value is (165,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101011 10101101
Octal 245 253 255
Decimal 165 171 173
Hex A5 AB AD

RGB Percentages of Color #a5abad

%32.42
%33.60
%33.99

CMYK Percentages of Color #a5abad

%5
%1
%0
%32

Triadic Colors of #a5abad

#a5abad #ada5ab #abada5

Analogous Colors of #a5abad

#a5abad #a5a7ad #a5adab

Monochromatic Colors of #a5abad

#a5abad

Complementary Color

#a5abad #ada7a5

#a5abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5abad Color CSS Codes

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

#a5abad Text Font Color

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

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


#a5abad Background Color

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

This div background color is #a5abad


#a5abad Border Color

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

This div border color is #a5abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5abad


Comments

No comments written yet.

Please login to write comment.