Color Hex Logo

#a0acde Color Hex

#A0ACDE
(160,172,222)
0 Favorites   0 Comments

Color spaces of #a0acde

RGB 160172222
HSL0.630.480.75
HSV228°28°87°
CMYK 0.280.230.00   0.13
XYZ42.434542.252675.0263
Yxy42.25260.26570.2646
Hunter Lab65.00202.7746-22.9320
CIE-Lab71.04476.9540-26.5732

#a0acde color RGB value is (160,172,222).

#a0acde hex color red value is 160, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a0acde hue: 0.63 , saturation: 0.48 and the lightness value of a0acde is 0.75.

The process color (four color CMYK) of #a0acde color hex is 0.28, 0.23, 0.00, 0.13. Web safe color of #a0acde is #9999cc. Color #a0acde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 11011110
Octal 240 254 336
Decimal 160 172 222
Hex A0 AC DE

RGB Percentages of Color #a0acde

%28.88
%31.05
%40.07

CMYK Percentages of Color #a0acde

%28
%23
%0
%13

Triadic Colors of #a0acde

#a0acde #dea0ac #acdea0

Analogous Colors of #a0acde

#a0acde #b3a0de #a0cbde

Monochromatic Colors of #a0acde

#a0acde

Complementary Color

#a0acde #ded2a0

#a0acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0acde Color CSS Codes

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

#a0acde Text Font Color

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

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


#a0acde Background Color

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

This div background color is #a0acde


#a0acde Border Color

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

This div border color is #a0acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0acde


Comments

No comments written yet.

Please login to write comment.