Color Hex Logo

#a0aecc Color Hex

#A0AECC
(160,174,204)
0 Favorites   0 Comments

Color spaces of #a0aecc

RGB 160174204
HSL0.610.300.71
HSV221°22°80°
CMYK 0.220.150.00   0.20
XYZ40.532342.105363.1176
Yxy42.10530.27810.2889
Hunter Lab64.8886-2.0560-12.2498
CIE-Lab70.94351.5929-16.8581

#a0aecc color RGB value is (160,174,204).

#a0aecc hex color red value is 160, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a0aecc hue: 0.61 , saturation: 0.30 and the lightness value of a0aecc is 0.71.

The process color (four color CMYK) of #a0aecc color hex is 0.22, 0.15, 0.00, 0.20. Web safe color of #a0aecc is #9999cc. Color #a0aecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101110 11001100
Octal 240 256 314
Decimal 160 174 204
Hex A0 AE CC

RGB Percentages of Color #a0aecc

%29.74
%32.34
%37.92

CMYK Percentages of Color #a0aecc

%22
%15
%0
%20

Triadic Colors of #a0aecc

#a0aecc #cca0ae #aecca0

Analogous Colors of #a0aecc

#a0aecc #a8a0cc #a0c4cc

Monochromatic Colors of #a0aecc

#a0aecc

Complementary Color

#a0aecc #ccbea0

#a0aecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aecc Color CSS Codes

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

#a0aecc Text Font Color

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

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


#a0aecc Background Color

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

This div background color is #a0aecc


#a0aecc Border Color

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

This div border color is #a0aecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aecc

#a0aecc Color Palettes


Comments

No comments written yet.

Please login to write comment.