Color Hex Logo

#a0beff Color Hex

#A0BEFF
(160,190,255)
0 Favorites   0 Comments

Color spaces of #a0beff

RGB 160190255
HSL0.611.000.81
HSV221°37°100°
CMYK 0.370.250.00   0.00
XYZ50.960751.5205101.8663
Yxy51.52050.24940.2521
Hunter Lab71.77781.1201-33.8993
CIE-Lab76.99325.3631-35.2749

#a0beff color RGB value is (160,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 11111111
Octal 240 276 377
Decimal 160 190 255
Hex A0 BE FF

RGB Percentages of Color #a0beff

%26.45
%31.40
%42.15

CMYK Percentages of Color #a0beff

%37
%25
%0
%0

Triadic Colors of #a0beff

#a0beff #ffa0be #beffa0

Analogous Colors of #a0beff

#a0beff #b2a0ff #a0eeff

Monochromatic Colors of #a0beff

#a0beff

Complementary Color

#a0beff #ffe1a0

#a0beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0beff Color CSS Codes

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

#a0beff Text Font Color

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

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


#a0beff Background Color

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

This div background color is #a0beff


#a0beff Border Color

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

This div border color is #a0beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0beff


Comments

No comments written yet.

Please login to write comment.