Color Hex Logo

#acf372 Color Hex

#ACF372
(172,243,114)
0 Favorites   0 Comments

Color spaces of #acf372

RGB 172243114
HSL0.260.840.70
HSV93°53°95°
CMYK 0.290.000.53   0.05
XYZ52.101174.086727.4737
Yxy74.08670.33910.4821
Hunter Lab86.0736-42.581341.3269
CIE-Lab88.9634-43.225054.5903

#acf372 color RGB value is (172,243,114).

#acf372 hex color red value is 172, green value is 243 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #acf372 hue: 0.26 , saturation: 0.84 and the lightness value of acf372 is 0.70.

The process color (four color CMYK) of #acf372 color hex is 0.29, 0.00, 0.53, 0.05. Web safe color of #acf372 is #99ff66. Color #acf372 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 01110010
Octal 254 363 162
Decimal 172 243 114
Hex AC F3 72

RGB Percentages of Color #acf372

%32.51
%45.94
%21.55

CMYK Percentages of Color #acf372

%29
%0
%53
%5

Triadic Colors of #acf372

#acf372 #72acf3 #f372ac

Analogous Colors of #acf372

#acf372 #72f379 #edf372

Monochromatic Colors of #acf372

#acf372

Complementary Color

#acf372 #b972f3

#acf372 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf372 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf372 Color CSS Codes

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

#acf372 Text Font Color

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

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


#acf372 Background Color

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

This div background color is #acf372


#acf372 Border Color

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

This div border color is #acf372


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf372


Comments

No comments written yet.

Please login to write comment.