Color Hex Logo

#a0abce Color Hex

#A0ABCE
(160,171,206)
0 Favorites   0 Comments

Color spaces of #a0abce

RGB 160171206
HSL0.630.320.72
HSV226°22°81°
CMYK 0.220.170.00   0.19
XYZ40.200741.055664.1982
Yxy41.05560.27640.2823
Hunter Lab64.0746-0.1390-14.5521
CIE-Lab70.21493.7043-19.0606

#a0abce color RGB value is (160,171,206).

#a0abce hex color red value is 160, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a0abce hue: 0.63 , saturation: 0.32 and the lightness value of a0abce is 0.72.

The process color (four color CMYK) of #a0abce color hex is 0.22, 0.17, 0.00, 0.19. Web safe color of #a0abce is #9999cc. Color #a0abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101011 11001110
Octal 240 253 316
Decimal 160 171 206
Hex A0 AB CE

RGB Percentages of Color #a0abce

%29.80
%31.84
%38.36

CMYK Percentages of Color #a0abce

%22
%17
%0
%19

Triadic Colors of #a0abce

#a0abce #cea0ab #abcea0

Analogous Colors of #a0abce

#a0abce #aca0ce #a0c2ce

Monochromatic Colors of #a0abce

#a0abce

Complementary Color

#a0abce #cec3a0

#a0abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0abce Color CSS Codes

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

#a0abce Text Font Color

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

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


#a0abce Background Color

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

This div background color is #a0abce


#a0abce Border Color

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

This div border color is #a0abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0abce


Comments

No comments written yet.

Please login to write comment.