Color Hex Logo

#a4acfc Color Hex

#A4ACFC
(164,172,252)
0 Favorites   0 Comments

Color spaces of #a4acfc

RGB 164172252
HSL0.650.940.82
HSV235°35°99°
CMYK 0.350.320.00   0.01
XYZ47.633144.425898.1600
Yxy44.42580.25040.2336
Hunter Lab66.652710.9222-40.6600
CIE-Lab72.512215.6371-40.5992

#a4acfc color RGB value is (164,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101100 11111100
Octal 244 254 374
Decimal 164 172 252
Hex A4 AC FC

RGB Percentages of Color #a4acfc

%27.89
%29.25
%42.86

CMYK Percentages of Color #a4acfc

%35
%32
%0
%1

Triadic Colors of #a4acfc

#a4acfc #fca4ac #acfca4

Analogous Colors of #a4acfc

#a4acfc #c8a4fc #a4d8fc

Monochromatic Colors of #a4acfc

#a4acfc

Complementary Color

#a4acfc #fcf4a4

#a4acfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4acfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4acfc Color CSS Codes

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

#a4acfc Text Font Color

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

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


#a4acfc Background Color

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

This div background color is #a4acfc


#a4acfc Border Color

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

This div border color is #a4acfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4acfc


Comments

No comments written yet.

Please login to write comment.