Color Hex Logo

#a0abec Color Hex

#A0ABEC
(160,171,236)
0 Favorites   0 Comments

Color spaces of #a0abec

RGB 160171236
HSL0.640.670.78
HSV231°32°93°
CMYK 0.320.280.00   0.07
XYZ44.200442.655585.2606
Yxy42.65550.25680.2478
Hunter Lab65.31126.5082-31.6824
CIE-Lab71.320510.9943-33.7901

#a0abec color RGB value is (160,171,236).

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

The process color (four color CMYK) of #a0abec color hex is 0.32, 0.28, 0.00, 0.07. Web safe color of #a0abec is #9999ff. Color #a0abec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101011 11101100
Octal 240 253 354
Decimal 160 171 236
Hex A0 AB EC

RGB Percentages of Color #a0abec

%28.22
%30.16
%41.62

CMYK Percentages of Color #a0abec

%32
%28
%0
%7

Triadic Colors of #a0abec

#a0abec #eca0ab #abeca0

Analogous Colors of #a0abec

#a0abec #bba0ec #a0d1ec

Monochromatic Colors of #a0abec

#a0abec

Complementary Color

#a0abec #ece1a0

#a0abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0abec Color CSS Codes

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

#a0abec Text Font Color

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

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


#a0abec Background Color

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

This div background color is #a0abec


#a0abec Border Color

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

This div border color is #a0abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0abec


Comments

No comments written yet.

Please login to write comment.