Color Hex Logo

#acf48f Color Hex

#ACF48F
(172,244,143)
0 Favorites   0 Comments

Color spaces of #acf48f

RGB 172244143
HSL0.290.820.76
HSV103°41°96°
CMYK 0.300.000.41   0.04
XYZ54.321975.455237.6878
Yxy75.45520.32440.4506
Hunter Lab86.8650-40.386835.0815
CIE-Lab89.6058-40.260341.6542

#acf48f color RGB value is (172,244,143).

#acf48f hex color red value is 172, green value is 244 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #acf48f hue: 0.29 , saturation: 0.82 and the lightness value of acf48f is 0.76.

The process color (four color CMYK) of #acf48f color hex is 0.30, 0.00, 0.41, 0.04. Web safe color of #acf48f is #99ff99. Color #acf48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 10001111
Octal 254 364 217
Decimal 172 244 143
Hex AC F4 8F

RGB Percentages of Color #acf48f

%30.77
%43.65
%25.58

CMYK Percentages of Color #acf48f

%30
%0
%41
%4

Triadic Colors of #acf48f

#acf48f #8facf4 #f48fac

Analogous Colors of #acf48f

#acf48f #8ff4a5 #dff48f

Monochromatic Colors of #acf48f

#acf48f

Complementary Color

#acf48f #d78ff4

#acf48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf48f Color CSS Codes

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

#acf48f Text Font Color

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

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


#acf48f Background Color

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

This div background color is #acf48f


#acf48f Border Color

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

This div border color is #acf48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf48f

#acf48f Color Palettes


Comments

No comments written yet.

Please login to write comment.