Color Hex Logo

#acaddf Color Hex

#ACADDF
(172,173,223)
0 Favorites   0 Comments

Color spaces of #acaddf

RGB 172173223
HSL0.660.440.77
HSV239°23°87°
CMYK 0.230.220.00   0.13
XYZ45.276143.985575.9158
Yxy43.98550.27410.2663
Hunter Lab66.32165.7948-21.4419
CIE-Lab72.218810.2398-25.2443

#acaddf color RGB value is (172,173,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11011111
Octal 254 255 337
Decimal 172 173 223
Hex AC AD DF

RGB Percentages of Color #acaddf

%30.28
%30.46
%39.26

CMYK Percentages of Color #acaddf

%23
%22
%0
%13

Triadic Colors of #acaddf

#acaddf #dfacad #addfac

Analogous Colors of #acaddf

#acaddf #c5acdf #acc7df

Monochromatic Colors of #acaddf

#acaddf

Complementary Color

#acaddf #dfdeac

#acaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaddf Color CSS Codes

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

#acaddf Text Font Color

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

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


#acaddf Background Color

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

This div background color is #acaddf


#acaddf Border Color

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

This div border color is #acaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaddf


Comments

No comments written yet.

Please login to write comment.