Color Hex Logo

#acdba4 Color Hex

#ACDBA4
(172,219,164)
0 Favorites   0 Comments

Color spaces of #acdba4

RGB 172219164
HSL0.310.430.75
HSV111°25°86°
CMYK 0.210.000.25   0.14
XYZ49.045662.114044.5262
Yxy62.11400.31500.3990
Hunter Lab78.8124-26.839821.6720
CIE-Lab82.9740-25.569522.1943

#acdba4 color RGB value is (172,219,164).

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

The process color (four color CMYK) of #acdba4 color hex is 0.21, 0.00, 0.25, 0.14. Web safe color of #acdba4 is #99cc99. Color #acdba4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011011 10100100
Octal 254 333 244
Decimal 172 219 164
Hex AC DB A4

RGB Percentages of Color #acdba4

%30.99
%39.46
%29.55

CMYK Percentages of Color #acdba4

%21
%0
%25
%14

Triadic Colors of #acdba4

#acdba4 #a4acdb #dba4ac

Analogous Colors of #acdba4

#acdba4 #a4dbb8 #c8dba4

Monochromatic Colors of #acdba4

#acdba4

Complementary Color

#acdba4 #d3a4db

#acdba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdba4 Color CSS Codes

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

#acdba4 Text Font Color

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

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


#acdba4 Background Color

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

This div background color is #acdba4


#acdba4 Border Color

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

This div border color is #acdba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdba4


Comments

No comments written yet.

Please login to write comment.