Color Hex Logo

#a4aada Color Hex

#A4AADA
(164,170,218)
0 Favorites   0 Comments

Color spaces of #a4aada

RGB 164170218
HSL0.650.420.75
HSV233°25°85°
CMYK 0.250.220.00   0.15
XYZ42.339541.703972.1478
Yxy41.70390.27110.2670
Hunter Lab64.57864.0171-21.0344
CIE-Lab70.66638.2998-24.9370

#a4aada color RGB value is (164,170,218).

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

The process color (four color CMYK) of #a4aada color hex is 0.25, 0.22, 0.00, 0.15. Web safe color of #a4aada is #9999cc. Color #a4aada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101010 11011010
Octal 244 252 332
Decimal 164 170 218
Hex A4 AA DA

RGB Percentages of Color #a4aada

%29.71
%30.80
%39.49

CMYK Percentages of Color #a4aada

%25
%22
%0
%15

Triadic Colors of #a4aada

#a4aada #daa4aa #aadaa4

Analogous Colors of #a4aada

#a4aada #b9a4da #a4c5da

Monochromatic Colors of #a4aada

#a4aada

Complementary Color

#a4aada #dad4a4

#a4aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4aada Color CSS Codes

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

#a4aada Text Font Color

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

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


#a4aada Background Color

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

This div background color is #a4aada


#a4aada Border Color

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

This div border color is #a4aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4aada


Comments

No comments written yet.

Please login to write comment.