Color Hex Logo

#a1acbe Color Hex

#A1ACBE
(161,172,190)
0 Favorites   0 Comments

Color spaces of #a1acbe

RGB 161172190
HSL0.600.180.69
HSV217°15°75°
CMYK 0.150.090.00   0.25
XYZ38.744740.799854.5483
Yxy40.79980.28890.3043
Hunter Lab63.8747-3.5074-5.9207
CIE-Lab70.0354-0.1093-10.5069

#a1acbe color RGB value is (161,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100001 10101100 10111110
Octal 241 254 276
Decimal 161 172 190
Hex A1 AC BE

RGB Percentages of Color #a1acbe

%30.78
%32.89
%36.33

CMYK Percentages of Color #a1acbe

%15
%9
%0
%25

Triadic Colors of #a1acbe

#a1acbe #bea1ac #acbea1

Analogous Colors of #a1acbe

#a1acbe #a5a1be #a1bbbe

Monochromatic Colors of #a1acbe

#a1acbe

Complementary Color

#a1acbe #beb3a1

#a1acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a1acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a1acbe Color CSS Codes

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

#a1acbe Text Font Color

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

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


#a1acbe Background Color

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

This div background color is #a1acbe


#a1acbe Border Color

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

This div border color is #a1acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a1acbe


Comments

No comments written yet.

Please login to write comment.