Color Hex Logo

#a3acbe Color Hex

#A3ACBE
(163,172,190)
0 Favorites   0 Comments

Color spaces of #a3acbe

RGB 163172190
HSL0.610.170.69
HSV220°14°75°
CMYK 0.140.090.00   0.25
XYZ39.151041.009354.5673
Yxy41.00930.29060.3044
Hunter Lab64.0385-2.9385-5.6941
CIE-Lab70.18240.5484-10.2719

#a3acbe color RGB value is (163,172,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101100 10111110
Octal 243 254 276
Decimal 163 172 190
Hex A3 AC BE

RGB Percentages of Color #a3acbe

%31.05
%32.76
%36.19

CMYK Percentages of Color #a3acbe

%14
%9
%0
%25

Triadic Colors of #a3acbe

#a3acbe #bea3ac #acbea3

Analogous Colors of #a3acbe

#a3acbe #a8a3be #a3babe

Monochromatic Colors of #a3acbe

#a3acbe

Complementary Color

#a3acbe #beb5a3

#a3acbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3acbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3acbe Color CSS Codes

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

#a3acbe Text Font Color

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

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


#a3acbe Background Color

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

This div background color is #a3acbe


#a3acbe Border Color

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

This div border color is #a3acbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3acbe


Comments

No comments written yet.

Please login to write comment.