Color Hex Logo

#acdda4 Color Hex

#ACDDA4
(172,221,164)
0 Favorites   0 Comments

Color spaces of #acdda4

RGB 172221164
HSL0.310.460.75
HSV112°26°87°
CMYK 0.220.000.26   0.13
XYZ49.570563.163944.7012
Yxy63.16390.31490.4012
Hunter Lab79.4757-27.748722.2853
CIE-Lab83.5285-26.534122.9561

#acdda4 color RGB value is (172,221,164).

#acdda4 hex color red value is 172, green value is 221 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #acdda4 hue: 0.31 , saturation: 0.46 and the lightness value of acdda4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011101 10100100
Octal 254 335 244
Decimal 172 221 164
Hex AC DD A4

RGB Percentages of Color #acdda4

%30.88
%39.68
%29.44

CMYK Percentages of Color #acdda4

%22
%0
%26
%13

Triadic Colors of #acdda4

#acdda4 #a4acdd #dda4ac

Analogous Colors of #acdda4

#acdda4 #a4ddb9 #c9dda4

Monochromatic Colors of #acdda4

#acdda4

Complementary Color

#acdda4 #d5a4dd

#acdda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdda4 Color CSS Codes

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

#acdda4 Text Font Color

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

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


#acdda4 Background Color

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

This div background color is #acdda4


#acdda4 Border Color

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

This div border color is #acdda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdda4


Comments

No comments written yet.

Please login to write comment.