Color Hex Logo

#a3acce Color Hex

#A3ACCE
(163,172,206)
0 Favorites   0 Comments

Color spaces of #a3acce

RGB 163172206
HSL0.630.300.72
HSV227°21°81°
CMYK 0.210.170.00   0.19
XYZ40.997441.747864.2899
Yxy41.74780.27880.2839
Hunter Lab64.61250.1884-13.7652
CIE-Lab70.69674.0906-18.3097

#a3acce color RGB value is (163,172,206).

#a3acce hex color red value is 163, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a3acce hue: 0.63 , saturation: 0.30 and the lightness value of a3acce is 0.72.

The process color (four color CMYK) of #a3acce color hex is 0.21, 0.17, 0.00, 0.19. Web safe color of #a3acce is #9999cc. Color #a3acce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10101100 11001110
Octal 243 254 316
Decimal 163 172 206
Hex A3 AC CE

RGB Percentages of Color #a3acce

%30.13
%31.79
%38.08

CMYK Percentages of Color #a3acce

%21
%17
%0
%19

Triadic Colors of #a3acce

#a3acce #cea3ac #accea3

Analogous Colors of #a3acce

#a3acce #b0a3ce #a3c2ce

Monochromatic Colors of #a3acce

#a3acce

Complementary Color

#a3acce #cec5a3

#a3acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3acce Color CSS Codes

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

#a3acce Text Font Color

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

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


#a3acce Background Color

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

This div background color is #a3acce


#a3acce Border Color

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

This div border color is #a3acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3acce


Comments

No comments written yet.

Please login to write comment.