Color Hex Logo

#a4adfc Color Hex

#A4ADFC
(164,173,252)
0 Favorites   0 Comments

Color spaces of #a4adfc

RGB 164173252
HSL0.650.940.82
HSV234°35°99°
CMYK 0.350.310.00   0.01
XYZ47.824144.807998.2237
Yxy44.80790.25060.2348
Hunter Lab66.938710.3859-40.1431
CIE-Lab72.765215.0765-40.2047

#a4adfc color RGB value is (164,173,252).

#a4adfc hex color red value is 164, green value is 173 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a4adfc hue: 0.65 , saturation: 0.94 and the lightness value of a4adfc is 0.82.

The process color (four color CMYK) of #a4adfc color hex is 0.35, 0.31, 0.00, 0.01. Web safe color of #a4adfc is #9999ff. Color #a4adfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101101 11111100
Octal 244 255 374
Decimal 164 173 252
Hex A4 AD FC

RGB Percentages of Color #a4adfc

%27.84
%29.37
%42.78

CMYK Percentages of Color #a4adfc

%35
%31
%0
%1

Triadic Colors of #a4adfc

#a4adfc #fca4ad #adfca4

Analogous Colors of #a4adfc

#a4adfc #c7a4fc #a4d9fc

Monochromatic Colors of #a4adfc

#a4adfc

Complementary Color

#a4adfc #fcf3a4

#a4adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4adfc Color CSS Codes

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

#a4adfc Text Font Color

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

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


#a4adfc Background Color

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

This div background color is #a4adfc


#a4adfc Border Color

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

This div border color is #a4adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4adfc


Comments

No comments written yet.

Please login to write comment.