Color Hex Logo

#a4abfc Color Hex

#A4ABFC
(164,171,252)
0 Favorites   0 Comments

Color spaces of #a4abfc

RGB 164171252
HSL0.650.940.82
HSV235°35°99°
CMYK 0.350.320.00   0.01
XYZ47.443444.046698.0968
Yxy44.04660.25020.2323
Hunter Lab66.367611.4588-41.1782
CIE-Lab72.259616.1977-40.9931

#a4abfc color RGB value is (164,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 10101011 11111100
Octal 244 253 374
Decimal 164 171 252
Hex A4 AB FC

RGB Percentages of Color #a4abfc

%27.94
%29.13
%42.93

CMYK Percentages of Color #a4abfc

%35
%32
%0
%1

Triadic Colors of #a4abfc

#a4abfc #fca4ab #abfca4

Analogous Colors of #a4abfc

#a4abfc #c9a4fc #a4d7fc

Monochromatic Colors of #a4abfc

#a4abfc

Complementary Color

#a4abfc #fcf5a4

#a4abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4abfc Color CSS Codes

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

#a4abfc Text Font Color

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

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


#a4abfc Background Color

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

This div background color is #a4abfc


#a4abfc Border Color

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

This div border color is #a4abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4abfc


Comments

No comments written yet.

Please login to write comment.