Color Hex Logo

#a4add2 Color Hex

#A4ADD2
(164,173,210)
0 Favorites   0 Comments

Color spaces of #a4add2

RGB 164173210
HSL0.630.340.73
HSV228°22°82°
CMYK 0.220.180.00   0.18
XYZ41.886342.432866.9555
Yxy42.43280.27690.2805
Hunter Lab65.14050.7824-15.3437
CIE-Lab71.16834.7686-19.7841

#a4add2 color RGB value is (164,173,210).

#a4add2 hex color red value is 164, green value is 173 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #a4add2 hue: 0.63 , saturation: 0.34 and the lightness value of a4add2 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101101 11010010
Octal 244 255 322
Decimal 164 173 210
Hex A4 AD D2

RGB Percentages of Color #a4add2

%29.98
%31.63
%38.39

CMYK Percentages of Color #a4add2

%22
%18
%0
%18

Triadic Colors of #a4add2

#a4add2 #d2a4ad #add2a4

Analogous Colors of #a4add2

#a4add2 #b2a4d2 #a4c4d2

Monochromatic Colors of #a4add2

#a4add2

Complementary Color

#a4add2 #d2c9a4

#a4add2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4add2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4add2 Color CSS Codes

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

#a4add2 Text Font Color

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

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


#a4add2 Background Color

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

This div background color is #a4add2


#a4add2 Border Color

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

This div border color is #a4add2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4add2


Comments

No comments written yet.

Please login to write comment.