Color Hex Logo

#acdcc0 Color Hex

#ACDCC0
(172,220,192)
0 Favorites   0 Comments

Color spaces of #acdcc0

RGB 172220192
HSL0.400.410.77
HSV145°22°86°
CMYK 0.220.000.13   0.14
XYZ52.120963.762859.4296
Yxy63.76280.29730.3637
Hunter Lab79.8516-23.229511.7695
CIE-Lab83.8421-21.09858.6943

#acdcc0 color RGB value is (172,220,192).

#acdcc0 hex color red value is 172, green value is 220 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #acdcc0 hue: 0.40 , saturation: 0.41 and the lightness value of acdcc0 is 0.77.

The process color (four color CMYK) of #acdcc0 color hex is 0.22, 0.00, 0.13, 0.14. Web safe color of #acdcc0 is #99cccc. Color #acdcc0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 11000000
Octal 254 334 300
Decimal 172 220 192
Hex AC DC C0

RGB Percentages of Color #acdcc0

%29.45
%37.67
%32.88

CMYK Percentages of Color #acdcc0

%22
%0
%13
%14

Triadic Colors of #acdcc0

#acdcc0 #c0acdc #dcc0ac

Analogous Colors of #acdcc0

#acdcc0 #acdcd8 #b0dcac

Monochromatic Colors of #acdcc0

#acdcc0

Complementary Color

#acdcc0 #dcacc8

#acdcc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdcc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdcc0 Color CSS Codes

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

#acdcc0 Text Font Color

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

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


#acdcc0 Background Color

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

This div background color is #acdcc0


#acdcc0 Border Color

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

This div border color is #acdcc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdcc0


Comments

No comments written yet.

Please login to write comment.