Color Hex Logo

#acf48e Color Hex

#ACF48E
(172,244,142)
0 Favorites   0 Comments

Color spaces of #acf48e

RGB 172244142
HSL0.280.820.76
HSV102°42°96°
CMYK 0.300.000.42   0.04
XYZ54.246475.425037.2906
Yxy75.42500.32490.4517
Hunter Lab86.8476-40.489235.3354
CIE-Lab89.5917-40.391942.1250

#acf48e color RGB value is (172,244,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 10001110
Octal 254 364 216
Decimal 172 244 142
Hex AC F4 8E

RGB Percentages of Color #acf48e

%30.82
%43.73
%25.45

CMYK Percentages of Color #acf48e

%30
%0
%42
%4

Triadic Colors of #acf48e

#acf48e #8eacf4 #f48eac

Analogous Colors of #acf48e

#acf48e #8ef4a3 #dff48e

Monochromatic Colors of #acf48e

#acf48e

Complementary Color

#acf48e #d68ef4

#acf48e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf48e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf48e Color CSS Codes

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

#acf48e Text Font Color

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

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


#acf48e Background Color

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

This div background color is #acf48e


#acf48e Border Color

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

This div border color is #acf48e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,244,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 #acf48e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf48e


Comments

No comments written yet.

Please login to write comment.