Color Hex Logo

#acd18e Color Hex

#ACD18E
(172,209,142)
0 Favorites   0 Comments

Color spaces of #acd18e

RGB 172209142
HSL0.260.420.69
HSV93°32°82°
CMYK 0.180.000.32   0.18
XYZ44.696256.324634.1072
Yxy56.32460.33080.4168
Hunter Lab75.0497-25.030525.5898
CIE-Lab79.7982-24.104429.3405

#acd18e color RGB value is (172,209,142).

#acd18e hex color red value is 172, green value is 209 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #acd18e hue: 0.26 , saturation: 0.42 and the lightness value of acd18e is 0.69.

The process color (four color CMYK) of #acd18e color hex is 0.18, 0.00, 0.32, 0.18. Web safe color of #acd18e is #99cc99. Color #acd18e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010001 10001110
Octal 254 321 216
Decimal 172 209 142
Hex AC D1 8E

RGB Percentages of Color #acd18e

%32.89
%39.96
%27.15

CMYK Percentages of Color #acd18e

%18
%0
%32
%18

Triadic Colors of #acd18e

#acd18e #8eacd1 #d18eac

Analogous Colors of #acd18e

#acd18e #8ed192 #ced18e

Monochromatic Colors of #acd18e

#acd18e

Complementary Color

#acd18e #b38ed1

#acd18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd18e Color CSS Codes

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

#acd18e Text Font Color

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

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


#acd18e Background Color

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

This div background color is #acd18e


#acd18e Border Color

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

This div border color is #acd18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd18e


Comments

No comments written yet.

Please login to write comment.