Color Hex Logo

#acddc0 Color Hex

#ACDDC0
(172,221,192)
0 Favorites   0 Comments

Color spaces of #acddc0

RGB 172221192
HSL0.400.420.77
HSV144°22°87°
CMYK 0.220.000.13   0.13
XYZ52.384164.289359.5173
Yxy64.28930.29730.3649
Hunter Lab80.1806-23.697312.1160
CIE-Lab84.1162-21.59209.0865

#acddc0 color RGB value is (172,221,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11000000
Octal 254 335 300
Decimal 172 221 192
Hex AC DD C0

RGB Percentages of Color #acddc0

%29.40
%37.78
%32.82

CMYK Percentages of Color #acddc0

%22
%0
%13
%13

Triadic Colors of #acddc0

#acddc0 #c0acdd #ddc0ac

Analogous Colors of #acddc0

#acddc0 #acddd9 #b1ddac

Monochromatic Colors of #acddc0

#acddc0

Complementary Color

#acddc0 #ddacc9

#acddc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddc0 Color CSS Codes

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

#acddc0 Text Font Color

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

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


#acddc0 Background Color

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

This div background color is #acddc0


#acddc0 Border Color

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

This div border color is #acddc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddc0


Comments

No comments written yet.

Please login to write comment.