Color Hex Logo

#a4afdf Color Hex

#A4AFDF
(164,175,223)
0 Favorites   0 Comments

Color spaces of #a4afdf

RGB 164175223
HSL0.640.480.76
HSV229°26°87°
CMYK 0.260.220.00   0.13
XYZ43.959143.880275.9649
Yxy43.88020.26840.2679
Hunter Lab66.24212.5311-21.6229
CIE-Lab72.14846.7199-25.4040

#a4afdf color RGB value is (164,175,223).

#a4afdf hex color red value is 164, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #a4afdf hue: 0.64 , saturation: 0.48 and the lightness value of a4afdf is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 11011111
Octal 244 257 337
Decimal 164 175 223
Hex A4 AF DF

RGB Percentages of Color #a4afdf

%29.18
%31.14
%39.68

CMYK Percentages of Color #a4afdf

%26
%22
%0
%13

Triadic Colors of #a4afdf

#a4afdf #dfa4af #afdfa4

Analogous Colors of #a4afdf

#a4afdf #b7a4df #a4cddf

Monochromatic Colors of #a4afdf

#a4afdf

Complementary Color

#a4afdf #dfd4a4

#a4afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afdf Color CSS Codes

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

#a4afdf Text Font Color

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

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


#a4afdf Background Color

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

This div background color is #a4afdf


#a4afdf Border Color

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

This div border color is #a4afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afdf


Comments

No comments written yet.

Please login to write comment.