Color Hex Logo

#a4abbd Color Hex

#A4ABBD
(164,171,189)
0 Favorites   0 Comments

Color spaces of #a4abbd

RGB 164171189
HSL0.620.160.69
HSV223°13°74°
CMYK 0.130.100.00   0.26
XYZ39.058140.692553.9400
Yxy40.69250.29220.3044
Hunter Lab63.7907-2.3407-5.4809
CIE-Lab69.95991.2130-10.0444

#a4abbd color RGB value is (164,171,189).

#a4abbd hex color red value is 164, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a4abbd hue: 0.62 , saturation: 0.16 and the lightness value of a4abbd is 0.69.

The process color (four color CMYK) of #a4abbd color hex is 0.13, 0.10, 0.00, 0.26. Web safe color of #a4abbd is #9999cc. Color #a4abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101011 10111101
Octal 244 253 275
Decimal 164 171 189
Hex A4 AB BD

RGB Percentages of Color #a4abbd

%31.30
%32.63
%36.07

CMYK Percentages of Color #a4abbd

%13
%10
%0
%26

Triadic Colors of #a4abbd

#a4abbd #bda4ab #abbda4

Analogous Colors of #a4abbd

#a4abbd #aaa4bd #a4b8bd

Monochromatic Colors of #a4abbd

#a4abbd

Complementary Color

#a4abbd #bdb6a4

#a4abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4abbd Color CSS Codes

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

#a4abbd Text Font Color

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

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


#a4abbd Background Color

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

This div background color is #a4abbd


#a4abbd Border Color

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

This div border color is #a4abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4abbd


Comments

No comments written yet.

Please login to write comment.