Color Hex Logo

#acf392 Color Hex

#ACF392
(172,243,146)
0 Favorites   0 Comments

Color spaces of #acf392

RGB 172243146
HSL0.290.800.76
HSV104°40°95°
CMYK 0.290.000.40   0.05
XYZ54.252274.947238.8010
Yxy74.94720.32290.4461
Hunter Lab86.5721-39.640334.0271
CIE-Lab89.3683-39.414039.8755

#acf392 color RGB value is (172,243,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 10010010
Octal 254 363 222
Decimal 172 243 146
Hex AC F3 92

RGB Percentages of Color #acf392

%30.66
%43.32
%26.02

CMYK Percentages of Color #acf392

%29
%0
%40
%5

Triadic Colors of #acf392

#acf392 #92acf3 #f392ac

Analogous Colors of #acf392

#acf392 #92f3a9 #ddf392

Monochromatic Colors of #acf392

#acf392

Complementary Color

#acf392 #d992f3

#acf392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf392 Color CSS Codes

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

#acf392 Text Font Color

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

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


#acf392 Background Color

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

This div background color is #acf392


#acf392 Border Color

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

This div border color is #acf392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf392


Comments

No comments written yet.

Please login to write comment.