Color Hex Logo

#a0abda Color Hex

#A0ABDA
(160,171,218)
0 Favorites   0 Comments

Color spaces of #a0abda

RGB 160171218
HSL0.640.440.74
HSV229°27°85°
CMYK 0.270.220.00   0.15
XYZ41.715041.661472.1725
Yxy41.66140.26820.2678
Hunter Lab64.54562.4073-21.1139
CIE-Lab70.63686.5400-25.0077

#a0abda color RGB value is (160,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101011 11011010
Octal 240 253 332
Decimal 160 171 218
Hex A0 AB DA

RGB Percentages of Color #a0abda

%29.14
%31.15
%39.71

CMYK Percentages of Color #a0abda

%27
%22
%0
%15

Triadic Colors of #a0abda

#a0abda #daa0ab #abdaa0

Analogous Colors of #a0abda

#a0abda #b2a0da #a0c8da

Monochromatic Colors of #a0abda

#a0abda

Complementary Color

#a0abda #dacfa0

#a0abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0abda Color CSS Codes

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

#a0abda Text Font Color

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

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


#a0abda Background Color

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

This div background color is #a0abda


#a0abda Border Color

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

This div border color is #a0abda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,171,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 #a0abda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0abda


Comments

No comments written yet.

Please login to write comment.