Color Hex Logo

#a0acdb Color Hex

#A0ACDB
(160,172,219)
0 Favorites   0 Comments

Color spaces of #a0acdb

RGB 160172219
HSL0.630.450.74
HSV228°27°86°
CMYK 0.270.210.00   0.14
XYZ42.035942.093172.9271
Yxy42.09310.26760.2680
Hunter Lab64.87922.1134-21.2292
CIE-Lab70.93516.2264-25.0992

#a0acdb color RGB value is (160,172,219).

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

The process color (four color CMYK) of #a0acdb color hex is 0.27, 0.21, 0.00, 0.14. Web safe color of #a0acdb is #9999cc. Color #a0acdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 11011011
Octal 240 254 333
Decimal 160 172 219
Hex A0 AC DB

RGB Percentages of Color #a0acdb

%29.04
%31.22
%39.75

CMYK Percentages of Color #a0acdb

%27
%21
%0
%14

Triadic Colors of #a0acdb

#a0acdb #dba0ac #acdba0

Analogous Colors of #a0acdb

#a0acdb #b2a0db #a0cadb

Monochromatic Colors of #a0acdb

#a0acdb

Complementary Color

#a0acdb #dbcfa0

#a0acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0acdb Color CSS Codes

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

#a0acdb Text Font Color

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

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


#a0acdb Background Color

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

This div background color is #a0acdb


#a0acdb Border Color

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

This div border color is #a0acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0acdb


Comments

No comments written yet.

Please login to write comment.