Color Hex Logo

#a0aced Color Hex

#A0ACED
(160,172,237)
0 Favorites   0 Comments

Color spaces of #a0aced

RGB 160172237
HSL0.640.680.78
HSV231°32°93°
CMYK 0.320.270.00   0.07
XYZ44.535843.093186.0913
Yxy43.09310.25640.2481
Hunter Lab65.64536.2205-31.8048
CIE-Lab71.618110.6890-33.8738

#a0aced color RGB value is (160,172,237).

#a0aced hex color red value is 160, green value is 172 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a0aced hue: 0.64 , saturation: 0.68 and the lightness value of a0aced is 0.78.

The process color (four color CMYK) of #a0aced color hex is 0.32, 0.27, 0.00, 0.07. Web safe color of #a0aced is #9999ff. Color #a0aced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 11101101
Octal 240 254 355
Decimal 160 172 237
Hex A0 AC ED

RGB Percentages of Color #a0aced

%28.12
%30.23
%41.65

CMYK Percentages of Color #a0aced

%32
%27
%0
%7

Triadic Colors of #a0aced

#a0aced #eda0ac #aceda0

Analogous Colors of #a0aced

#a0aced #bba0ed #a0d3ed

Monochromatic Colors of #a0aced

#a0aced

Complementary Color

#a0aced #ede1a0

#a0aced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0aced Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0aced Color CSS Codes

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

#a0aced Text Font Color

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

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


#a0aced Background Color

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

This div background color is #a0aced


#a0aced Border Color

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

This div border color is #a0aced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0aced


Comments

No comments written yet.

Please login to write comment.