Color Hex Logo

#acb1fa Color Hex

#ACB1FA
(172,177,250)
0 Favorites   0 Comments

Color spaces of #acb1fa

RGB 172177250
HSL0.660.890.83
HSV236°31°98°
CMYK 0.310.290.00   0.02
XYZ49.990747.117196.9022
Yxy47.11710.25770.2429
Hunter Lab68.64199.8751-35.6507
CIE-Lab74.264614.5307-36.7490

#acb1fa color RGB value is (172,177,250).

#acb1fa hex color red value is 172, green value is 177 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #acb1fa hue: 0.66 , saturation: 0.89 and the lightness value of acb1fa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110001 11111010
Octal 254 261 372
Decimal 172 177 250
Hex AC B1 FA

RGB Percentages of Color #acb1fa

%28.71
%29.55
%41.74

CMYK Percentages of Color #acb1fa

%31
%29
%0
%2

Triadic Colors of #acb1fa

#acb1fa #faacb1 #b1faac

Analogous Colors of #acb1fa

#acb1fa #ceacfa #acd8fa

Monochromatic Colors of #acb1fa

#acb1fa

Complementary Color

#acb1fa #faf5ac

#acb1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb1fa Color CSS Codes

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

#acb1fa Text Font Color

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

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


#acb1fa Background Color

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

This div background color is #acb1fa


#acb1fa Border Color

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

This div border color is #acb1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb1fa


Comments

No comments written yet.

Please login to write comment.