Color Hex Logo

#a4dcac Color Hex

#A4DCAC
(164,220,172)
0 Favorites   0 Comments

Color spaces of #a4dcac

RGB 164220172
HSL0.360.440.75
HSV129°25°86°
CMYK 0.250.000.22   0.14
XYZ48.349462.057548.4597
Yxy62.05750.30430.3906
Hunter Lab78.7766-28.304018.6711
CIE-Lab82.9440-27.346717.8938

#a4dcac color RGB value is (164,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 10101100
Octal 244 334 254
Decimal 164 220 172
Hex A4 DC AC

RGB Percentages of Color #a4dcac

%29.50
%39.57
%30.94

CMYK Percentages of Color #a4dcac

%25
%0
%22
%14

Triadic Colors of #a4dcac

#a4dcac #aca4dc #dcaca4

Analogous Colors of #a4dcac

#a4dcac #a4dcc8 #b8dca4

Monochromatic Colors of #a4dcac

#a4dcac

Complementary Color

#a4dcac #dca4d4

#a4dcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dcac Color CSS Codes

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

#a4dcac Text Font Color

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

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


#a4dcac Background Color

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

This div background color is #a4dcac


#a4dcac Border Color

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

This div border color is #a4dcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dcac


Comments

No comments written yet.

Please login to write comment.