Color Hex Logo

#acb8fa Color Hex

#ACB8FA
(172,184,250)
0 Favorites   0 Comments

Color spaces of #acb8fa

RGB 172184250
HSL0.640.890.83
HSV231°31°98°
CMYK 0.310.260.00   0.02
XYZ51.409149.953897.3750
Yxy49.95380.25870.2514
Hunter Lab70.67806.1491-32.2108
CIE-Lab76.040910.6559-33.9988

#acb8fa color RGB value is (172,184,250).

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

The process color (four color CMYK) of #acb8fa color hex is 0.31, 0.26, 0.00, 0.02. Web safe color of #acb8fa is #99ccff. Color #acb8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 11111010
Octal 254 270 372
Decimal 172 184 250
Hex AC B8 FA

RGB Percentages of Color #acb8fa

%28.38
%30.36
%41.25

CMYK Percentages of Color #acb8fa

%31
%26
%0
%2

Triadic Colors of #acb8fa

#acb8fa #faacb8 #b8faac

Analogous Colors of #acb8fa

#acb8fa #c7acfa #acdffa

Monochromatic Colors of #acb8fa

#acb8fa

Complementary Color

#acb8fa #faeeac

#acb8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb8fa Color CSS Codes

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

#acb8fa Text Font Color

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

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


#acb8fa Background Color

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

This div background color is #acb8fa


#acb8fa Border Color

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

This div border color is #acb8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb8fa


Comments

No comments written yet.

Please login to write comment.