Color Hex Logo

#acd2cc Color Hex

#ACD2CC
(172,210,204)
0 Favorites   0 Comments

Color spaces of #acd2cc

RGB 172210204
HSL0.470.300.75
HSV171°18°82°
CMYK 0.180.000.03   0.18
XYZ50.958959.223565.8722
Yxy59.22350.28940.3364
Hunter Lab76.9568-16.47613.1197
CIE-Lab81.4143-13.6980-1.1964

#acd2cc color RGB value is (172,210,204).

#acd2cc hex color red value is 172, green value is 210 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #acd2cc hue: 0.47 , saturation: 0.30 and the lightness value of acd2cc is 0.75.

The process color (four color CMYK) of #acd2cc color hex is 0.18, 0.00, 0.03, 0.18. Web safe color of #acd2cc is #99cccc. Color #acd2cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010010 11001100
Octal 254 322 314
Decimal 172 210 204
Hex AC D2 CC

RGB Percentages of Color #acd2cc

%29.35
%35.84
%34.81

CMYK Percentages of Color #acd2cc

%18
%0
%3
%18

Triadic Colors of #acd2cc

#acd2cc #ccacd2 #d2ccac

Analogous Colors of #acd2cc

#acd2cc #acc5d2 #acd2b9

Monochromatic Colors of #acd2cc

#acd2cc

Complementary Color

#acd2cc #d2acb2

#acd2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd2cc Color CSS Codes

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

#acd2cc Text Font Color

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

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


#acd2cc Background Color

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

This div background color is #acd2cc


#acd2cc Border Color

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

This div border color is #acd2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd2cc


Comments

No comments written yet.

Please login to write comment.