Color Hex Logo

#a4abc6 Color Hex

#A4ABC6
(164,171,198)
0 Favorites   0 Comments

Color spaces of #a4abc6

RGB 164171198
HSL0.630.230.71
HSV228°17°78°
CMYK 0.170.140.00   0.22
XYZ40.065841.095659.2466
Yxy41.09560.28540.2927
Hunter Lab64.1058-0.6237-9.9217
CIE-Lab70.24283.1633-14.5847

#a4abc6 color RGB value is (164,171,198).

#a4abc6 hex color red value is 164, green value is 171 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #a4abc6 hue: 0.63 , saturation: 0.23 and the lightness value of a4abc6 is 0.71.

The process color (four color CMYK) of #a4abc6 color hex is 0.17, 0.14, 0.00, 0.22. Web safe color of #a4abc6 is #9999cc. Color #a4abc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101011 11000110
Octal 244 253 306
Decimal 164 171 198
Hex A4 AB C6

RGB Percentages of Color #a4abc6

%30.77
%32.08
%37.15

CMYK Percentages of Color #a4abc6

%17
%14
%0
%22

Triadic Colors of #a4abc6

#a4abc6 #c6a4ab #abc6a4

Analogous Colors of #a4abc6

#a4abc6 #aea4c6 #a4bcc6

Monochromatic Colors of #a4abc6

#a4abc6

Complementary Color

#a4abc6 #c6bfa4

#a4abc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4abc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4abc6 Color CSS Codes

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

#a4abc6 Text Font Color

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

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


#a4abc6 Background Color

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

This div background color is #a4abc6


#a4abc6 Border Color

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

This div border color is #a4abc6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,171,198, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4abc6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4abc6;
  -webkit-box-shadow: 1px 1px 3px 2px #a4abc6;
  box-shadow:         1px 1px 3px 2px #a4abc6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,171,198, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4abc6


Comments

No comments written yet.

Please login to write comment.