Color Hex Logo

#acddc9 Color Hex

#ACDDC9
(172,221,201)
0 Favorites   0 Comments

Color spaces of #acddc9

RGB 172221201
HSL0.430.420.77
HSV156°22°87°
CMYK 0.220.000.09   0.13
XYZ53.412364.700664.9317
Yxy64.70060.29180.3535
Hunter Lab80.4367-22.23508.4444
CIE-Lab84.3292-19.84554.6382

#acddc9 color RGB value is (172,221,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 11001001
Octal 254 335 311
Decimal 172 221 201
Hex AC DD C9

RGB Percentages of Color #acddc9

%28.96
%37.21
%33.84

CMYK Percentages of Color #acddc9

%22
%0
%9
%13

Triadic Colors of #acddc9

#acddc9 #c9acdd #ddc9ac

Analogous Colors of #acddc9

#acddc9 #acd9dd #acddb1

Monochromatic Colors of #acddc9

#acddc9

Complementary Color

#acddc9 #ddacc0

#acddc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddc9 Color CSS Codes

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

#acddc9 Text Font Color

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

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


#acddc9 Background Color

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

This div background color is #acddc9


#acddc9 Border Color

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

This div border color is #acddc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddc9


Comments

No comments written yet.

Please login to write comment.