Color Hex Logo

#acdfa3 Color Hex

#ACDFA3
(172,223,163)
0 Favorites   0 Comments

Color spaces of #acdfa3

RGB 172223163
HSL0.310.480.76
HSV111°27°87°
CMYK 0.230.000.27   0.13
XYZ50.011864.190444.4044
Yxy64.19040.31530.4047
Hunter Lab80.1189-28.784923.2229
CIE-Lab84.0648-27.654824.2104

#acdfa3 color RGB value is (172,223,163).

#acdfa3 hex color red value is 172, green value is 223 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #acdfa3 hue: 0.31 , saturation: 0.48 and the lightness value of acdfa3 is 0.76.

The process color (four color CMYK) of #acdfa3 color hex is 0.23, 0.00, 0.27, 0.13. Web safe color of #acdfa3 is #99cc99. Color #acdfa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10100011
Octal 254 337 243
Decimal 172 223 163
Hex AC DF A3

RGB Percentages of Color #acdfa3

%30.82
%39.96
%29.21

CMYK Percentages of Color #acdfa3

%23
%0
%27
%13

Triadic Colors of #acdfa3

#acdfa3 #a3acdf #dfa3ac

Analogous Colors of #acdfa3

#acdfa3 #a3dfb8 #cadfa3

Monochromatic Colors of #acdfa3

#acdfa3

Complementary Color

#acdfa3 #d6a3df

#acdfa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfa3 Color CSS Codes

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

#acdfa3 Text Font Color

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

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


#acdfa3 Background Color

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

This div background color is #acdfa3


#acdfa3 Border Color

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

This div border color is #acdfa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfa3


Comments

No comments written yet.

Please login to write comment.