Color Hex Logo

#acb7ff Color Hex

#ACB7FF
(172,183,255)
1 Favorites   0 Comments

Color spaces of #acb7ff

RGB 172183255
HSL0.641.000.84
HSV232°33°100°
CMYK 0.330.280.00   0.00
XYZ51.996749.8576101.4907
Yxy49.85760.25570.2452
Hunter Lab70.60997.8789-35.7932
CIE-Lab75.981812.4570-36.7781

#acb7ff color RGB value is (172,183,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 11111111
Octal 254 267 377
Decimal 172 183 255
Hex AC B7 FF

RGB Percentages of Color #acb7ff

%28.20
%30.00
%41.80

CMYK Percentages of Color #acb7ff

%33
%28
%0
%0

Triadic Colors of #acb7ff

#acb7ff #ffacb7 #b7ffac

Analogous Colors of #acb7ff

#acb7ff #cbacff #ace1ff

Monochromatic Colors of #acb7ff

#acb7ff

Complementary Color

#acb7ff #fff4ac

#acb7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb7ff Color CSS Codes

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

#acb7ff Text Font Color

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

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


#acb7ff Background Color

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

This div background color is #acb7ff


#acb7ff Border Color

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

This div border color is #acb7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb7ff


Comments

No comments written yet.

Please login to write comment.