Color Hex Logo

#acacde Color Hex

#ACACDE
(172,172,222)
0 Favorites   0 Comments

Color spaces of #acacde

RGB 172172222
HSL0.670.430.77
HSV240°23°87°
CMYK 0.230.230.00   0.13
XYZ44.950643.549675.1440
Yxy43.54960.27470.2661
Hunter Lab65.99216.0992-21.3179
CIE-Lab71.926410.5620-25.1454

#acacde color RGB value is (172,172,222).

#acacde hex color red value is 172, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #acacde hue: 0.67 , saturation: 0.43 and the lightness value of acacde is 0.77.

The process color (four color CMYK) of #acacde color hex is 0.23, 0.23, 0.00, 0.13. Web safe color of #acacde is #9999cc. Color #acacde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101100 11011110
Octal 254 254 336
Decimal 172 172 222
Hex AC AC DE

RGB Percentages of Color #acacde

%30.39
%30.39
%39.22

CMYK Percentages of Color #acacde

%23
%23
%0
%13

Triadic Colors of #acacde

#acacde #deacac #acdeac

Analogous Colors of #acacde

#acacde #c5acde #acc5de

Monochromatic Colors of #acacde

#acacde

Complementary Color

#acacde #dedeac

#acacde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acacde Color Preview on White Background

Lorem ipsum dolor sit amet.

#acacde Color CSS Codes

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

#acacde Text Font Color

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

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


#acacde Background Color

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

This div background color is #acacde


#acacde Border Color

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

This div border color is #acacde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acacde

#acacde Color Palettes


Comments

No comments written yet.

Please login to write comment.