Color Hex Logo

#a4afcd Color Hex

#A4AFCD
(164,175,205)
0 Favorites   0 Comments

Color spaces of #a4afcd

RGB 164175205
HSL0.620.290.72
HSV224°20°80°
CMYK 0.200.150.00   0.20
XYZ41.659342.960263.8541
Yxy42.96020.28060.2893
Hunter Lab65.5440-1.2488-11.8805
CIE-Lab71.52792.5298-16.4965

#a4afcd color RGB value is (164,175,205).

#a4afcd hex color red value is 164, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a4afcd hue: 0.62 , saturation: 0.29 and the lightness value of a4afcd is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101111 11001101
Octal 244 257 315
Decimal 164 175 205
Hex A4 AF CD

RGB Percentages of Color #a4afcd

%30.15
%32.17
%37.68

CMYK Percentages of Color #a4afcd

%20
%15
%0
%20

Triadic Colors of #a4afcd

#a4afcd #cda4af #afcda4

Analogous Colors of #a4afcd

#a4afcd #aea4cd #a4c4cd

Monochromatic Colors of #a4afcd

#a4afcd

Complementary Color

#a4afcd #cdc2a4

#a4afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4afcd Color CSS Codes

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

#a4afcd Text Font Color

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

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


#a4afcd Background Color

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

This div background color is #a4afcd


#a4afcd Border Color

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

This div border color is #a4afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4afcd


Comments

No comments written yet.

Please login to write comment.