Color Hex Logo

#a0bbec Color Hex

#A0BBEC
(160,187,236)
0 Favorites   0 Comments

Color spaces of #a0bbec

RGB 160187236
HSL0.610.670.78
HSV219°32°93°
CMYK 0.320.210.00   0.07
XYZ47.407949.070486.3297
Yxy49.07040.25930.2684
Hunter Lab70.0503-1.7846-24.0336
CIE-Lab75.49512.1528-27.3599

#a0bbec color RGB value is (160,187,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10111011 11101100
Octal 240 273 354
Decimal 160 187 236
Hex A0 BB EC

RGB Percentages of Color #a0bbec

%27.44
%32.08
%40.48

CMYK Percentages of Color #a0bbec

%32
%21
%0
%7

Triadic Colors of #a0bbec

#a0bbec #eca0bb #bbeca0

Analogous Colors of #a0bbec

#a0bbec #aba0ec #a0e1ec

Monochromatic Colors of #a0bbec

#a0bbec

Complementary Color

#a0bbec #ecd1a0

#a0bbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0bbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0bbec Color CSS Codes

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

#a0bbec Text Font Color

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

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


#a0bbec Background Color

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

This div background color is #a0bbec


#a0bbec Border Color

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

This div border color is #a0bbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0bbec


Comments

No comments written yet.

Please login to write comment.