Color Hex Logo

#a0aec1 Color Hex

#A0AEC1
(160,174,193)
0 Favorites   0 Comments

Color spaces of #a0aec1

RGB 160174193
HSL0.600.210.69
HSV215°17°76°
CMYK 0.170.100.00   0.24
XYZ39.258941.595956.4117
Yxy41.59590.28600.3030
Hunter Lab64.4949-4.2107-6.7127
CIE-Lab70.5914-0.8729-11.3368

#a0aec1 color RGB value is (160,174,193).

#a0aec1 hex color red value is 160, green value is 174 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #a0aec1 hue: 0.60 , saturation: 0.21 and the lightness value of a0aec1 is 0.69.

The process color (four color CMYK) of #a0aec1 color hex is 0.17, 0.10, 0.00, 0.24. Web safe color of #a0aec1 is #9999cc. Color #a0aec1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101110 11000001
Octal 240 256 301
Decimal 160 174 193
Hex A0 AE C1

RGB Percentages of Color #a0aec1

%30.36
%33.02
%36.62

CMYK Percentages of Color #a0aec1

%17
%10
%0
%24

Triadic Colors of #a0aec1

#a0aec1 #c1a0ae #aec1a0

Analogous Colors of #a0aec1

#a0aec1 #a3a0c1 #a0bfc1

Monochromatic Colors of #a0aec1

#a0aec1

Complementary Color

#a0aec1 #c1b3a0

#a0aec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aec1 Color CSS Codes

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

#a0aec1 Text Font Color

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

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


#a0aec1 Background Color

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

This div background color is #a0aec1


#a0aec1 Border Color

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

This div border color is #a0aec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aec1


Comments

No comments written yet.

Please login to write comment.