Color Hex Logo

#acf18d Color Hex

#ACF18D
(172,241,141)
0 Favorites   0 Comments

Color spaces of #acf18d

RGB 172241141
HSL0.280.780.75
HSV101°41°95°
CMYK 0.290.000.41   0.05
XYZ53.276373.604336.5984
Yxy73.60430.32590.4502
Hunter Lab85.7929-39.291534.7626
CIE-Lab88.7351-39.187041.5194

#acf18d color RGB value is (172,241,141).

#acf18d hex color red value is 172, green value is 241 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #acf18d hue: 0.28 , saturation: 0.78 and the lightness value of acf18d is 0.75.

The process color (four color CMYK) of #acf18d color hex is 0.29, 0.00, 0.41, 0.05. Web safe color of #acf18d is #99ff99. Color #acf18d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110001 10001101
Octal 254 361 215
Decimal 172 241 141
Hex AC F1 8D

RGB Percentages of Color #acf18d

%31.05
%43.50
%25.45

CMYK Percentages of Color #acf18d

%29
%0
%41
%5

Triadic Colors of #acf18d

#acf18d #8dacf1 #f18dac

Analogous Colors of #acf18d

#acf18d #8df1a0 #def18d

Monochromatic Colors of #acf18d

#acf18d

Complementary Color

#acf18d #d28df1

#acf18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf18d Color CSS Codes

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

#acf18d Text Font Color

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

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


#acf18d Background Color

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

This div background color is #acf18d


#acf18d Border Color

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

This div border color is #acf18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf18d


Comments

No comments written yet.

Please login to write comment.