Color Hex Logo

#acadca Color Hex

#ACADCA
(172,173,202)
0 Favorites   0 Comments

Color spaces of #acadca

RGB 172173202
HSL0.660.220.73
HSV238°15°79°
CMYK 0.150.140.00   0.21
XYZ42.617542.922161.9157
Yxy42.92210.28900.2911
Hunter Lab65.51501.4631-10.1723
CIE-Lab71.50215.5313-14.8297

#acadca color RGB value is (172,173,202).

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

The process color (four color CMYK) of #acadca color hex is 0.15, 0.14, 0.00, 0.21. Web safe color of #acadca is #9999cc. Color #acadca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11001010
Octal 254 255 312
Decimal 172 173 202
Hex AC AD CA

RGB Percentages of Color #acadca

%31.44
%31.63
%36.93

CMYK Percentages of Color #acadca

%15
%14
%0
%21

Triadic Colors of #acadca

#acadca #caacad #adcaac

Analogous Colors of #acadca

#acadca #baacca #acbcca

Monochromatic Colors of #acadca

#acadca

Complementary Color

#acadca #cac9ac

#acadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acadca Color CSS Codes

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

#acadca Text Font Color

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

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


#acadca Background Color

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

This div background color is #acadca


#acadca Border Color

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

This div border color is #acadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acadca


Comments

No comments written yet.

Please login to write comment.