Color Hex Logo

#a0bbeb Color Hex

#A0BBEB
(160,187,235)
0 Favorites   0 Comments

Color spaces of #a0bbeb

RGB 160187235
HSL0.610.650.77
HSV218°32°92°
CMYK 0.320.200.00   0.08
XYZ47.262949.012485.5666
Yxy49.01240.25990.2695
Hunter Lab70.0089-2.0104-23.4595
CIE-Lab75.45901.9035-26.8750

#a0bbeb color RGB value is (160,187,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111011 11101011
Octal 240 273 353
Decimal 160 187 235
Hex A0 BB EB

RGB Percentages of Color #a0bbeb

%27.49
%32.13
%40.38

CMYK Percentages of Color #a0bbeb

%32
%20
%0
%8

Triadic Colors of #a0bbeb

#a0bbeb #eba0bb #bbeba0

Analogous Colors of #a0bbeb

#a0bbeb #aba0eb #a0e1eb

Monochromatic Colors of #a0bbeb

#a0bbeb

Complementary Color

#a0bbeb #ebd0a0

#a0bbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bbeb Color CSS Codes

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

#a0bbeb Text Font Color

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

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


#a0bbeb Background Color

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

This div background color is #a0bbeb


#a0bbeb Border Color

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

This div border color is #a0bbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bbeb


Comments

No comments written yet.

Please login to write comment.