Color Hex Logo

#a5adae Color Hex

#A5ADAE
(165,173,174)
0 Favorites   0 Comments

Color spaces of #a5adae

RGB 165173174
HSL0.520.050.66
HSV187°68°
CMYK 0.050.010.00   0.32
XYZ38.100640.942545.9390
Yxy40.94250.30480.3276
Hunter Lab63.9863-5.68842.2232
CIE-Lab70.1356-2.6070-1.4947

#a5adae color RGB value is (165,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101101 10101110
Octal 245 255 256
Decimal 165 173 174
Hex A5 AD AE

RGB Percentages of Color #a5adae

%32.23
%33.79
%33.98

CMYK Percentages of Color #a5adae

%5
%1
%0
%32

Triadic Colors of #a5adae

#a5adae #aea5ad #adaea5

Analogous Colors of #a5adae

#a5adae #a5a9ae #a5aeab

Monochromatic Colors of #a5adae

#a5adae

Complementary Color

#a5adae #aea6a5

#a5adae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5adae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5adae Color CSS Codes

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

#a5adae Text Font Color

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

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


#a5adae Background Color

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

This div background color is #a5adae


#a5adae Border Color

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

This div border color is #a5adae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5adae

#a5adae Color Palettes


Comments

No comments written yet.

Please login to write comment.