Color Hex Logo

#a0baec Color Hex

#A0BAEC
(160,186,236)
0 Favorites   0 Comments

Color spaces of #a0baec

RGB 160186236
HSL0.610.670.78
HSV219°32°93°
CMYK 0.320.210.00   0.07
XYZ47.196448.647586.2593
Yxy48.64750.25920.2671
Hunter Lab69.7478-1.2725-24.5024
CIE-Lab75.23152.6984-27.7640

#a0baec color RGB value is (160,186,236).

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

The process color (four color CMYK) of #a0baec color hex is 0.32, 0.21, 0.00, 0.07. Web safe color of #a0baec is #99ccff. Color #a0baec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 11101100
Octal 240 272 354
Decimal 160 186 236
Hex A0 BA EC

RGB Percentages of Color #a0baec

%27.49
%31.96
%40.55

CMYK Percentages of Color #a0baec

%32
%21
%0
%7

Triadic Colors of #a0baec

#a0baec #eca0ba #baeca0

Analogous Colors of #a0baec

#a0baec #aca0ec #a0e0ec

Monochromatic Colors of #a0baec

#a0baec

Complementary Color

#a0baec #ecd2a0

#a0baec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0baec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0baec Color CSS Codes

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

#a0baec Text Font Color

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

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


#a0baec Background Color

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

This div background color is #a0baec


#a0baec Border Color

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

This div border color is #a0baec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0baec


Comments

No comments written yet.

Please login to write comment.