Color Hex Logo

#a0acbe Color Hex

#A0ACBE
(160,172,190)
0 Favorites   0 Comments

Color spaces of #a0acbe

RGB 160172190
HSL0.600.190.69
HSV216°16°75°
CMYK 0.160.090.00   0.25
XYZ38.544040.696354.5389
Yxy40.69630.28810.3042
Hunter Lab63.7937-3.7895-6.0331
CIE-Lab69.9626-0.4367-10.6233

#a0acbe color RGB value is (160,172,190).

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

The process color (four color CMYK) of #a0acbe color hex is 0.16, 0.09, 0.00, 0.25. Web safe color of #a0acbe is #9999cc. Color #a0acbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101100 10111110
Octal 240 254 276
Decimal 160 172 190
Hex A0 AC BE

RGB Percentages of Color #a0acbe

%30.65
%32.95
%36.40

CMYK Percentages of Color #a0acbe

%16
%9
%0
%25

Triadic Colors of #a0acbe

#a0acbe #bea0ac #acbea0

Analogous Colors of #a0acbe

#a0acbe #a3a0be #a0bbbe

Monochromatic Colors of #a0acbe

#a0acbe

Complementary Color

#a0acbe #beb2a0

#a0acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0acbe Color CSS Codes

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

#a0acbe Text Font Color

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

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


#a0acbe Background Color

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

This div background color is #a0acbe


#a0acbe Border Color

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

This div border color is #a0acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0acbe


Comments

No comments written yet.

Please login to write comment.