Color Hex Logo

#a0beeb Color Hex

#A0BEEB
(160,190,235)
0 Favorites   0 Comments

Color spaces of #a0beeb

RGB 160190235
HSL0.600.650.77
HSV216°32°92°
CMYK 0.320.190.00   0.08
XYZ47.906150.298785.7810
Yxy50.29870.26040.2734
Hunter Lab70.9216-3.5396-22.0673
CIE-Lab76.25220.2734-25.6615

#a0beeb color RGB value is (160,190,235).

#a0beeb hex color red value is 160, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a0beeb hue: 0.60 , saturation: 0.65 and the lightness value of a0beeb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111110 11101011
Octal 240 276 353
Decimal 160 190 235
Hex A0 BE EB

RGB Percentages of Color #a0beeb

%27.35
%32.48
%40.17

CMYK Percentages of Color #a0beeb

%32
%19
%0
%8

Triadic Colors of #a0beeb

#a0beeb #eba0be #beeba0

Analogous Colors of #a0beeb

#a0beeb #a8a0eb #a0e4eb

Monochromatic Colors of #a0beeb

#a0beeb

Complementary Color

#a0beeb #ebcda0

#a0beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0beeb Color CSS Codes

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

#a0beeb Text Font Color

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

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


#a0beeb Background Color

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

This div background color is #a0beeb


#a0beeb Border Color

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

This div border color is #a0beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0beeb


Comments

No comments written yet.

Please login to write comment.