Color Hex Logo

#acdfa0 Color Hex

#ACDFA0
(172,223,160)
0 Favorites   0 Comments

Color spaces of #acdfa0

RGB 172223160
HSL0.300.500.75
HSV109°28°87°
CMYK 0.230.000.28   0.13
XYZ49.746164.084143.0053
Yxy64.08410.31720.4086
Hunter Lab80.0525-29.168824.1854
CIE-Lab84.0095-28.132725.6895

#acdfa0 color RGB value is (172,223,160).

#acdfa0 hex color red value is 172, green value is 223 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #acdfa0 hue: 0.30 , saturation: 0.50 and the lightness value of acdfa0 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 10100000
Octal 254 337 240
Decimal 172 223 160
Hex AC DF A0

RGB Percentages of Color #acdfa0

%30.99
%40.18
%28.83

CMYK Percentages of Color #acdfa0

%23
%0
%28
%13

Triadic Colors of #acdfa0

#acdfa0 #a0acdf #dfa0ac

Analogous Colors of #acdfa0

#acdfa0 #a0dfb4 #ccdfa0

Monochromatic Colors of #acdfa0

#acdfa0

Complementary Color

#acdfa0 #d3a0df

#acdfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfa0 Color CSS Codes

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

#acdfa0 Text Font Color

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

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


#acdfa0 Background Color

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

This div background color is #acdfa0


#acdfa0 Border Color

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

This div border color is #acdfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfa0


Comments

No comments written yet.

Please login to write comment.