Color Hex Logo

#acabf1 Color Hex

#ACABF1
(172,171,241)
0 Favorites   0 Comments

Color spaces of #acabf1

RGB 172171241
HSL0.670.710.81
HSV241°29°95°
CMYK 0.290.290.00   0.05
XYZ47.453444.247389.2586
Yxy44.24730.26220.2445
Hunter Lab66.518610.9316-32.9957
CIE-Lab72.393515.6486-34.7777

#acabf1 color RGB value is (172,171,241).

#acabf1 hex color red value is 172, green value is 171 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #acabf1 hue: 0.67 , saturation: 0.71 and the lightness value of acabf1 is 0.81.

The process color (four color CMYK) of #acabf1 color hex is 0.29, 0.29, 0.00, 0.05. Web safe color of #acabf1 is #9999ff. Color #acabf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11110001
Octal 254 253 361
Decimal 172 171 241
Hex AC AB F1

RGB Percentages of Color #acabf1

%29.45
%29.28
%41.27

CMYK Percentages of Color #acabf1

%29
%29
%0
%5

Triadic Colors of #acabf1

#acabf1 #f1acab #abf1ac

Analogous Colors of #acabf1

#acabf1 #cfabf1 #abcdf1

Monochromatic Colors of #acabf1

#acabf1

Complementary Color

#acabf1 #f0f1ab

#acabf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabf1 Color CSS Codes

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

#acabf1 Text Font Color

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

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


#acabf1 Background Color

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

This div background color is #acabf1


#acabf1 Border Color

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

This div border color is #acabf1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,171,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabf1


Comments

No comments written yet.

Please login to write comment.