Color Hex Logo

#acadc1 Color Hex

#ACADC1
(172,173,193)
0 Favorites   0 Comments

Color spaces of #acadc1

RGB 172173193
HSL0.660.140.72
HSV237°11°76°
CMYK 0.110.100.00   0.24
XYZ41.582542.508156.4653
Yxy42.50810.29580.3024
Hunter Lab65.1982-0.2522-5.7097
CIE-Lab71.21983.6244-10.3042

#acadc1 color RGB value is (172,173,193).

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

The process color (four color CMYK) of #acadc1 color hex is 0.11, 0.10, 0.00, 0.24. Web safe color of #acadc1 is #9999cc. Color #acadc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11000001
Octal 254 255 301
Decimal 172 173 193
Hex AC AD C1

RGB Percentages of Color #acadc1

%31.97
%32.16
%35.87

CMYK Percentages of Color #acadc1

%11
%10
%0
%24

Triadic Colors of #acadc1

#acadc1 #c1acad #adc1ac

Analogous Colors of #acadc1

#acadc1 #b6acc1 #acb8c1

Monochromatic Colors of #acadc1

#acadc1

Complementary Color

#acadc1 #c1c0ac

#acadc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadc1 Color CSS Codes

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

#acadc1 Text Font Color

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

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


#acadc1 Background Color

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

This div background color is #acadc1


#acadc1 Border Color

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

This div border color is #acadc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadc1


Comments

No comments written yet.

Please login to write comment.