Color Hex Logo

#acd1cc Color Hex

#ACD1CC
(172,209,204)
0 Favorites   0 Comments

Color spaces of #acd1cc

RGB 172209204
HSL0.480.290.75
HSV172°18°82°
CMYK 0.180.000.02   0.18
XYZ50.712858.731265.7902
Yxy58.73120.28940.3352
Hunter Lab76.6363-15.99412.7465
CIE-Lab81.1436-13.1862-1.5929

#acd1cc color RGB value is (172,209,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 11001100
Octal 254 321 314
Decimal 172 209 204
Hex AC D1 CC

RGB Percentages of Color #acd1cc

%29.40
%35.73
%34.87

CMYK Percentages of Color #acd1cc

%18
%0
%2
%18

Triadic Colors of #acd1cc

#acd1cc #ccacd1 #d1ccac

Analogous Colors of #acd1cc

#acd1cc #acc4d1 #acd1ba

Monochromatic Colors of #acd1cc

#acd1cc

Complementary Color

#acd1cc #d1acb1

#acd1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd1cc Color CSS Codes

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

#acd1cc Text Font Color

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

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


#acd1cc Background Color

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

This div background color is #acd1cc


#acd1cc Border Color

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

This div border color is #acd1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd1cc


Comments

No comments written yet.

Please login to write comment.