Color Hex Logo

#a0baff Color Hex

#A0BAFF
(160,186,255)
0 Favorites   0 Comments

Color spaces of #a0baff

RGB 160186255
HSL0.621.000.81
HSV224°37°100°
CMYK 0.370.270.00   0.00
XYZ50.106149.8114101.5814
Yxy49.81140.24870.2472
Hunter Lab70.57723.2155-35.9318
CIE-Lab75.95347.5619-36.8853

#a0baff color RGB value is (160,186,255).

#a0baff hex color red value is 160, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a0baff hue: 0.62 , saturation: 1.00 and the lightness value of a0baff is 0.81.

The process color (four color CMYK) of #a0baff color hex is 0.37, 0.27, 0.00, 0.00. Web safe color of #a0baff is #99ccff. Color #a0baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 11111111
Octal 240 272 377
Decimal 160 186 255
Hex A0 BA FF

RGB Percentages of Color #a0baff

%26.62
%30.95
%42.43

CMYK Percentages of Color #a0baff

%37
%27
%0
%0

Triadic Colors of #a0baff

#a0baff #ffa0ba #baffa0

Analogous Colors of #a0baff

#a0baff #b6a0ff #a0eaff

Monochromatic Colors of #a0baff

#a0baff

Complementary Color

#a0baff #ffe5a0

#a0baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0baff Color CSS Codes

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

#a0baff Text Font Color

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

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


#a0baff Background Color

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

This div background color is #a0baff


#a0baff Border Color

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

This div border color is #a0baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0baff

Related Colors

#a0baff Color Palettes


Comments

No comments written yet.

Please login to write comment.