Color Hex Logo

#acf493 Color Hex

#ACF493
(172,244,147)
0 Favorites   0 Comments

Color spaces of #acf493

RGB 172244147
HSL0.290.820.77
HSV105°40°96°
CMYK 0.300.000.40   0.04
XYZ54.630475.578639.3126
Yxy75.57860.32230.4458
Hunter Lab86.9360-39.968834.0441
CIE-Lab89.6633-39.724339.7637

#acf493 color RGB value is (172,244,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110100 10010011
Octal 254 364 223
Decimal 172 244 147
Hex AC F4 93

RGB Percentages of Color #acf493

%30.55
%43.34
%26.11

CMYK Percentages of Color #acf493

%30
%0
%40
%4

Triadic Colors of #acf493

#acf493 #93acf4 #f493ac

Analogous Colors of #acf493

#acf493 #93f4ab #ddf493

Monochromatic Colors of #acf493

#acf493

Complementary Color

#acf493 #db93f4

#acf493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf493 Color CSS Codes

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

#acf493 Text Font Color

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

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


#acf493 Background Color

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

This div background color is #acf493


#acf493 Border Color

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

This div border color is #acf493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf493

Related Colors


Comments

No comments written yet.

Please login to write comment.