Color Hex Logo

#a0acda Color Hex

#A0ACDA
(160,172,218)
0 Favorites   0 Comments

Color spaces of #a0acda

RGB 160172218
HSL0.630.440.74
HSV228°27°85°
CMYK 0.270.210.00   0.15
XYZ41.904642.040672.2357
Yxy42.04060.26830.2692
Hunter Lab64.83871.8949-20.6669
CIE-Lab70.89895.9852-24.6067

#a0acda color RGB value is (160,172,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 11011010
Octal 240 254 332
Decimal 160 172 218
Hex A0 AC DA

RGB Percentages of Color #a0acda

%29.09
%31.27
%39.64

CMYK Percentages of Color #a0acda

%27
%21
%0
%15

Triadic Colors of #a0acda

#a0acda #daa0ac #acdaa0

Analogous Colors of #a0acda

#a0acda #b1a0da #a0c9da

Monochromatic Colors of #a0acda

#a0acda

Complementary Color

#a0acda #dacea0

#a0acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0acda Color CSS Codes

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

#a0acda Text Font Color

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

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


#a0acda Background Color

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

This div background color is #a0acda


#a0acda Border Color

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

This div border color is #a0acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0acda


Comments

No comments written yet.

Please login to write comment.