Color Hex Logo

#a0baea Color Hex

#A0BAEA
(160,186,234)
0 Favorites   0 Comments

Color spaces of #a0baea

RGB 160186234
HSL0.610.640.77
HSV219°32°92°
CMYK 0.320.210.00   0.08
XYZ46.907448.531984.7372
Yxy48.53190.26030.2694
Hunter Lab69.6648-1.7241-23.3523
CIE-Lab75.15922.2004-26.7938

#a0baea color RGB value is (160,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111010 11101010
Octal 240 272 352
Decimal 160 186 234
Hex A0 BA EA

RGB Percentages of Color #a0baea

%27.59
%32.07
%40.34

CMYK Percentages of Color #a0baea

%32
%21
%0
%8

Triadic Colors of #a0baea

#a0baea #eaa0ba #baeaa0

Analogous Colors of #a0baea

#a0baea #aba0ea #a0dfea

Monochromatic Colors of #a0baea

#a0baea

Complementary Color

#a0baea #ead0a0

#a0baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0baea Color CSS Codes

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

#a0baea Text Font Color

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

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


#a0baea Background Color

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

This div background color is #a0baea


#a0baea Border Color

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

This div border color is #a0baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0baea


Comments

No comments written yet.

Please login to write comment.