Color Hex Logo

#a4adbd Color Hex

#A4ADBD
(164,173,189)
0 Favorites   0 Comments

Color spaces of #a4adbd

RGB 164173189
HSL0.610.160.69
HSV218°13°74°
CMYK 0.130.080.00   0.26
XYZ39.438741.453854.0668
Yxy41.45380.29220.3072
Hunter Lab64.3846-3.3332-4.7194
CIE-Lab70.49270.1202-9.2497

#a4adbd color RGB value is (164,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101101 10111101
Octal 244 255 275
Decimal 164 173 189
Hex A4 AD BD

RGB Percentages of Color #a4adbd

%31.18
%32.89
%35.93

CMYK Percentages of Color #a4adbd

%13
%8
%0
%26

Triadic Colors of #a4adbd

#a4adbd #bda4ad #adbda4

Analogous Colors of #a4adbd

#a4adbd #a8a4bd #a4babd

Monochromatic Colors of #a4adbd

#a4adbd

Complementary Color

#a4adbd #bdb4a4

#a4adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4adbd Color CSS Codes

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

#a4adbd Text Font Color

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

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


#a4adbd Background Color

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

This div background color is #a4adbd


#a4adbd Border Color

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

This div border color is #a4adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4adbd


Comments

No comments written yet.

Please login to write comment.