Color Hex Logo

#acddb9 Color Hex

#ACDDB9
(172,221,185)
0 Favorites   0 Comments

Color spaces of #acddb9

RGB 172221185
HSL0.380.420.77
HSV136°22°87°
CMYK 0.220.000.16   0.13
XYZ51.626763.986355.5285
Yxy63.98630.30170.3739
Hunter Lab79.9914-24.780614.8360
CIE-Lab83.9586-22.898312.5528

#acddb9 color RGB value is (172,221,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10111001
Octal 254 335 271
Decimal 172 221 185
Hex AC DD B9

RGB Percentages of Color #acddb9

%29.76
%38.24
%32.01

CMYK Percentages of Color #acddb9

%22
%0
%16
%13

Triadic Colors of #acddb9

#acddb9 #b9acdd #ddb9ac

Analogous Colors of #acddb9

#acddb9 #acddd2 #b8ddac

Monochromatic Colors of #acddb9

#acddb9

Complementary Color

#acddb9 #ddacd0

#acddb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acddb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acddb9 Color CSS Codes

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

#acddb9 Text Font Color

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

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


#acddb9 Background Color

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

This div background color is #acddb9


#acddb9 Border Color

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

This div border color is #acddb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acddb9


Comments

No comments written yet.

Please login to write comment.