Color Hex Logo

#acccca Color Hex

#ACCCCA
(172,204,202)
0 Favorites   0 Comments

Color spaces of #acccca

RGB 172204202
HSL0.490.240.74
HSV176°16°80°
CMYK 0.160.000.01   0.20
XYZ49.266856.220764.1321
Yxy56.22070.29050.3315
Hunter Lab74.9805-13.93031.7746
CIE-Lab79.7393-11.0246-2.5816

#acccca color RGB value is (172,204,202).

#acccca hex color red value is 172, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #acccca hue: 0.49 , saturation: 0.24 and the lightness value of acccca is 0.74.

The process color (four color CMYK) of #acccca color hex is 0.16, 0.00, 0.01, 0.20. Web safe color of #acccca is #99cccc. Color #acccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 11001010
Octal 254 314 312
Decimal 172 204 202
Hex AC CC CA

RGB Percentages of Color #acccca

%29.76
%35.29
%34.95

CMYK Percentages of Color #acccca

%16
%0
%1
%20

Triadic Colors of #acccca

#acccca #caaccc #cccaac

Analogous Colors of #acccca

#acccca #acbecc #acccba

Monochromatic Colors of #acccca

#acccca

Complementary Color

#acccca #ccacae

#acccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#acccca Color CSS Codes

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

#acccca Text Font Color

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

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


#acccca Background Color

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

This div background color is #acccca


#acccca Border Color

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

This div border color is #acccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acccca


Comments

No comments written yet.

Please login to write comment.