Color Hex Logo

#a5abae Color Hex

#A5ABAE
(165,171,174)
0 Favorites   0 Comments

Color spaces of #a5abae

RGB 165171174
HSL0.560.050.66
HSV200°68°
CMYK 0.050.020.00   0.32
XYZ37.719940.181145.8121
Yxy40.18110.30490.3248
Hunter Lab63.3886-4.71211.5220
CIE-Lab69.5983-1.5231-2.2828

#a5abae color RGB value is (165,171,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101011 10101110
Octal 245 253 256
Decimal 165 171 174
Hex A5 AB AE

RGB Percentages of Color #a5abae

%32.35
%33.53
%34.12

CMYK Percentages of Color #a5abae

%5
%2
%0
%32

Triadic Colors of #a5abae

#a5abae #aea5ab #abaea5

Analogous Colors of #a5abae

#a5abae #a5a7ae #a5aead

Monochromatic Colors of #a5abae

#a5abae

Complementary Color

#a5abae #aea8a5

#a5abae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5abae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5abae Color CSS Codes

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

#a5abae Text Font Color

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

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


#a5abae Background Color

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

This div background color is #a5abae


#a5abae Border Color

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

This div border color is #a5abae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5abae


Comments

No comments written yet.

Please login to write comment.