Color Hex Logo

#a3a6cb Color Hex

#A3A6CB
(163,166,203)
0 Favorites   0 Comments

Color spaces of #a3a6cb

RGB 163166203
HSL0.650.280.72
HSV236°20°80°
CMYK 0.200.180.00   0.20
XYZ39.520039.370862.0163
Yxy39.37080.28050.2794
Hunter Lab62.74622.6206-14.6780
CIE-Lab69.01906.7283-19.2005

#a3a6cb color RGB value is (163,166,203).

#a3a6cb hex color red value is 163, green value is 166 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a3a6cb hue: 0.65 , saturation: 0.28 and the lightness value of a3a6cb is 0.72.

The process color (four color CMYK) of #a3a6cb color hex is 0.20, 0.18, 0.00, 0.20. Web safe color of #a3a6cb is #9999cc. Color #a3a6cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10100110 11001011
Octal 243 246 313
Decimal 163 166 203
Hex A3 A6 CB

RGB Percentages of Color #a3a6cb

%30.64
%31.20
%38.16

CMYK Percentages of Color #a3a6cb

%20
%18
%0
%20

Triadic Colors of #a3a6cb

#a3a6cb #cba3a6 #a6cba3

Analogous Colors of #a3a6cb

#a3a6cb #b4a3cb #a3bacb

Monochromatic Colors of #a3a6cb

#a3a6cb

Complementary Color

#a3a6cb #cbc8a3

#a3a6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3a6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3a6cb Color CSS Codes

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

#a3a6cb Text Font Color

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

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


#a3a6cb Background Color

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

This div background color is #a3a6cb


#a3a6cb Border Color

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

This div border color is #a3a6cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3a6cb


Comments

No comments written yet.

Please login to write comment.