Color Hex Logo

#acaddd Color Hex

#ACADDD
(172,173,221)
0 Favorites   0 Comments

Color spaces of #acaddd

RGB 172173221
HSL0.660.420.77
HSV239°22°87°
CMYK 0.220.220.00   0.13
XYZ45.008043.878374.5038
Yxy43.87830.27550.2685
Hunter Lab66.24075.3626-20.3176
CIE-Lab72.14719.7767-24.2616

#acaddd color RGB value is (172,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11011101
Octal 254 255 335
Decimal 172 173 221
Hex AC AD DD

RGB Percentages of Color #acaddd

%30.39
%30.57
%39.05

CMYK Percentages of Color #acaddd

%22
%22
%0
%13

Triadic Colors of #acaddd

#acaddd #ddacad #adddac

Analogous Colors of #acaddd

#acaddd #c4acdd #acc6dd

Monochromatic Colors of #acaddd

#acaddd

Complementary Color

#acaddd #dddcac

#acaddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaddd Color CSS Codes

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

#acaddd Text Font Color

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

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


#acaddd Background Color

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

This div background color is #acaddd


#acaddd Border Color

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

This div border color is #acaddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaddd


Comments

No comments written yet.

Please login to write comment.