Color Hex Logo

#a4afbd Color Hex

#A4AFBD
(164,175,189)
0 Favorites   0 Comments

Color spaces of #a4afbd

RGB 164175189
HSL0.590.160.69
HSV214°13°74°
CMYK 0.130.070.00   0.26
XYZ39.825142.226654.1956
Yxy42.22660.29230.3099
Hunter Lab64.9820-4.3223-3.9610
CIE-Lab71.0269-0.9683-8.4544

#a4afbd color RGB value is (164,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 10111101
Octal 244 257 275
Decimal 164 175 189
Hex A4 AF BD

RGB Percentages of Color #a4afbd

%31.06
%33.14
%35.80

CMYK Percentages of Color #a4afbd

%13
%7
%0
%26

Triadic Colors of #a4afbd

#a4afbd #bda4af #afbda4

Analogous Colors of #a4afbd

#a4afbd #a6a4bd #a4bcbd

Monochromatic Colors of #a4afbd

#a4afbd

Complementary Color

#a4afbd #bdb2a4

#a4afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afbd Color CSS Codes

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

#a4afbd Text Font Color

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

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


#a4afbd Background Color

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

This div background color is #a4afbd


#a4afbd Border Color

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

This div border color is #a4afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afbd


Comments

No comments written yet.

Please login to write comment.