Color Hex Logo

#a4aadf Color Hex

#A4AADF
(164,170,223)
0 Favorites   0 Comments

Color spaces of #a4aadf

RGB 164170223
HSL0.650.480.76
HSV234°26°87°
CMYK 0.260.240.00   0.13
XYZ43.003941.969775.6464
Yxy41.96970.26770.2613
Hunter Lab64.78405.1170-23.8824
CIE-Lab70.85009.4949-27.3943

#a4aadf color RGB value is (164,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101010 11011111
Octal 244 252 337
Decimal 164 170 223
Hex A4 AA DF

RGB Percentages of Color #a4aadf

%29.44
%30.52
%40.04

CMYK Percentages of Color #a4aadf

%26
%24
%0
%13

Triadic Colors of #a4aadf

#a4aadf #dfa4aa #aadfa4

Analogous Colors of #a4aadf

#a4aadf #bca4df #a4c8df

Monochromatic Colors of #a4aadf

#a4aadf

Complementary Color

#a4aadf #dfd9a4

#a4aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aadf Color CSS Codes

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

#a4aadf Text Font Color

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

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


#a4aadf Background Color

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

This div background color is #a4aadf


#a4aadf Border Color

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

This div border color is #a4aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aadf


Comments

No comments written yet.

Please login to write comment.