Color Hex Logo

#acabf5 Color Hex

#ACABF5
(172,171,245)
0 Favorites   0 Comments

Color spaces of #acabf5

RGB 172171245
HSL0.670.790.82
HSV241°30°96°
CMYK 0.300.300.00   0.04
XYZ48.057644.489092.4405
Yxy44.48900.25980.2405
Hunter Lab66.700111.8846-35.4807
CIE-Lab72.554116.6325-36.6990

#acabf5 color RGB value is (172,171,245).

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

The process color (four color CMYK) of #acabf5 color hex is 0.30, 0.30, 0.00, 0.04. Web safe color of #acabf5 is #9999ff. Color #acabf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101011 11110101
Octal 254 253 365
Decimal 172 171 245
Hex AC AB F5

RGB Percentages of Color #acabf5

%29.25
%29.08
%41.67

CMYK Percentages of Color #acabf5

%30
%30
%0
%4

Triadic Colors of #acabf5

#acabf5 #f5acab #abf5ac

Analogous Colors of #acabf5

#acabf5 #d1abf5 #abcff5

Monochromatic Colors of #acabf5

#acabf5

Complementary Color

#acabf5 #f4f5ab

#acabf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acabf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acabf5 Color CSS Codes

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

#acabf5 Text Font Color

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

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


#acabf5 Background Color

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

This div background color is #acabf5


#acabf5 Border Color

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

This div border color is #acabf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acabf5


Comments

No comments written yet.

Please login to write comment.