Color Hex Logo

#acb9ff Color Hex

#ACB9FF
(172,185,255)
0 Favorites   0 Comments

Color spaces of #acb9ff

RGB 172185255
HSL0.641.000.84
HSV231°33°100°
CMYK 0.330.270.00   0.00
XYZ52.412250.6886101.6292
Yxy50.68860.25600.2476
Hunter Lab71.19596.8132-34.7968
CIE-Lab76.490011.3527-35.9907

#acb9ff color RGB value is (172,185,255).

#acb9ff hex color red value is 172, green value is 185 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #acb9ff hue: 0.64 , saturation: 1.00 and the lightness value of acb9ff is 0.84.

The process color (four color CMYK) of #acb9ff color hex is 0.33, 0.27, 0.00, 0.00. Web safe color of #acb9ff is #99ccff. Color #acb9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 11111111
Octal 254 271 377
Decimal 172 185 255
Hex AC B9 FF

RGB Percentages of Color #acb9ff

%28.10
%30.23
%41.67

CMYK Percentages of Color #acb9ff

%33
%27
%0
%0

Triadic Colors of #acb9ff

#acb9ff #ffacb9 #b9ffac

Analogous Colors of #acb9ff

#acb9ff #c9acff #ace3ff

Monochromatic Colors of #acb9ff

#acb9ff

Complementary Color

#acb9ff #fff2ac

#acb9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb9ff Color CSS Codes

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

#acb9ff Text Font Color

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

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


#acb9ff Background Color

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

This div background color is #acb9ff


#acb9ff Border Color

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

This div border color is #acb9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb9ff

Related Colors


Comments

No comments written yet.

Please login to write comment.