Color Hex Logo

#a0aebd Color Hex

#A0AEBD
(160,174,189)
0 Favorites   0 Comments

Color spaces of #a0aebd

RGB 160174189
HSL0.590.180.68
HSV211°15°74°
CMYK 0.150.080.00   0.26
XYZ38.818641.419854.0930
Yxy41.41980.28900.3083
Hunter Lab64.3582-4.9620-4.7824
CIE-Lab70.4690-1.7428-9.3161

#a0aebd color RGB value is (160,174,189).

#a0aebd hex color red value is 160, green value is 174 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a0aebd hue: 0.59 , saturation: 0.18 and the lightness value of a0aebd is 0.68.

The process color (four color CMYK) of #a0aebd color hex is 0.15, 0.08, 0.00, 0.26. Web safe color of #a0aebd is #9999cc. Color #a0aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101110 10111101
Octal 240 256 275
Decimal 160 174 189
Hex A0 AE BD

RGB Percentages of Color #a0aebd

%30.59
%33.27
%36.14

CMYK Percentages of Color #a0aebd

%15
%8
%0
%26

Triadic Colors of #a0aebd

#a0aebd #bda0ae #aebda0

Analogous Colors of #a0aebd

#a0aebd #a1a0bd #a0bdbd

Monochromatic Colors of #a0aebd

#a0aebd

Complementary Color

#a0aebd #bdafa0

#a0aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aebd Color CSS Codes

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

#a0aebd Text Font Color

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

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


#a0aebd Background Color

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

This div background color is #a0aebd


#a0aebd Border Color

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

This div border color is #a0aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aebd

#a0aebd Color Palettes


Comments

No comments written yet.

Please login to write comment.