Color Hex Logo

#acaede Color Hex

#ACAEDE
(172,174,222)
0 Favorites   0 Comments

Color spaces of #acaede

RGB 172174222
HSL0.660.430.77
HSV238°23°87°
CMYK 0.230.220.00   0.13
XYZ45.334144.316775.2719
Yxy44.31670.27490.2687
Hunter Lab66.57085.0580-20.4399
CIE-Lab72.43979.4544-24.3607

#acaede color RGB value is (172,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11011110
Octal 254 256 336
Decimal 172 174 222
Hex AC AE DE

RGB Percentages of Color #acaede

%30.28
%30.63
%39.08

CMYK Percentages of Color #acaede

%23
%22
%0
%13

Triadic Colors of #acaede

#acaede #deacae #aedeac

Analogous Colors of #acaede

#acaede #c3acde #acc7de

Monochromatic Colors of #acaede

#acaede

Complementary Color

#acaede #dedcac

#acaede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaede Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaede Color CSS Codes

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

#acaede Text Font Color

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

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


#acaede Background Color

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

This div background color is #acaede


#acaede Border Color

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

This div border color is #acaede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaede


Comments

No comments written yet.

Please login to write comment.