Color Hex Logo

#acaceb Color Hex

#ACACEB
(172,172,235)
0 Favorites   0 Comments

Color spaces of #acaceb

RGB 172172235
HSL0.670.610.80
HSV240°27°92°
CMYK 0.270.270.00   0.08
XYZ46.761244.273984.6784
Yxy44.27390.26610.2520
Hunter Lab66.53869.0014-28.8766
CIE-Lab72.411213.6342-31.4891

#acaceb color RGB value is (172,172,235).

#acaceb hex color red value is 172, green value is 172 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #acaceb hue: 0.67 , saturation: 0.61 and the lightness value of acaceb is 0.80.

The process color (four color CMYK) of #acaceb color hex is 0.27, 0.27, 0.00, 0.08. Web safe color of #acaceb is #9999ff. Color #acaceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 11101011
Octal 254 254 353
Decimal 172 172 235
Hex AC AC EB

RGB Percentages of Color #acaceb

%29.71
%29.71
%40.59

CMYK Percentages of Color #acaceb

%27
%27
%0
%8

Triadic Colors of #acaceb

#acaceb #ebacac #acebac

Analogous Colors of #acaceb

#acaceb #ccaceb #accceb

Monochromatic Colors of #acaceb

#acaceb

Complementary Color

#acaceb #ebebac

#acaceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaceb Color CSS Codes

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

#acaceb Text Font Color

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

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


#acaceb Background Color

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

This div background color is #acaceb


#acaceb Border Color

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

This div border color is #acaceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaceb


Comments

No comments written yet.

Please login to write comment.