Color Hex Logo

#a0abdd Color Hex

#A0ABDD
(160,171,221)
0 Favorites   0 Comments

Color spaces of #a0abdd

RGB 160171221
HSL0.640.470.75
HSV229°28°87°
CMYK 0.280.230.00   0.13
XYZ42.111341.819974.2592
Yxy41.81990.26620.2644
Hunter Lab64.66833.0677-22.8154
CIE-Lab70.74667.2665-26.4832

#a0abdd color RGB value is (160,171,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101011 11011101
Octal 240 253 335
Decimal 160 171 221
Hex A0 AB DD

RGB Percentages of Color #a0abdd

%28.99
%30.98
%40.04

CMYK Percentages of Color #a0abdd

%28
%23
%0
%13

Triadic Colors of #a0abdd

#a0abdd #dda0ab #abdda0

Analogous Colors of #a0abdd

#a0abdd #b4a0dd #a0cadd

Monochromatic Colors of #a0abdd

#a0abdd

Complementary Color

#a0abdd #ddd2a0

#a0abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0abdd Color CSS Codes

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

#a0abdd Text Font Color

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

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


#a0abdd Background Color

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

This div background color is #a0abdd


#a0abdd Border Color

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

This div border color is #a0abdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0abdd


Comments

No comments written yet.

Please login to write comment.