Color Hex Logo

#acadde Color Hex

#ACADDE
(172,173,222)
0 Favorites   0 Comments

Color spaces of #acadde

RGB 172173222
HSL0.660.430.77
HSV239°23°87°
CMYK 0.230.220.00   0.13
XYZ45.141643.931775.2077
Yxy43.93170.27480.2674
Hunter Lab66.28105.5782-20.8785
CIE-Lab72.182810.0078-24.7532

#acadde color RGB value is (172,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11011110
Octal 254 255 336
Decimal 172 173 222
Hex AC AD DE

RGB Percentages of Color #acadde

%30.34
%30.51
%39.15

CMYK Percentages of Color #acadde

%23
%22
%0
%13

Triadic Colors of #acadde

#acadde #deacad #addeac

Analogous Colors of #acadde

#acadde #c4acde #acc6de

Monochromatic Colors of #acadde

#acadde

Complementary Color

#acadde #deddac

#acadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadde Color CSS Codes

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

#acadde Text Font Color

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

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


#acadde Background Color

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

This div background color is #acadde


#acadde Border Color

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

This div border color is #acadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadde


Comments

No comments written yet.

Please login to write comment.