Color Hex Logo

#acf329 Color Hex

#ACF329
(172,243,41)
0 Favorites   0 Comments

Color spaces of #acf329

RGB 17224341
HSL0.230.890.56
HSV81°83°95°
CMYK 0.290.000.83   0.05
XYZ49.464173.031913.5874
Yxy73.03190.36350.5367
Hunter Lab85.4587-46.235750.3944
CIE-Lab88.4629-48.091180.1648

#acf329 color RGB value is (172,243,41).

#acf329 hex color red value is 172, green value is 243 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #acf329 hue: 0.23 , saturation: 0.89 and the lightness value of acf329 is 0.56.

The process color (four color CMYK) of #acf329 color hex is 0.29, 0.00, 0.83, 0.05. Web safe color of #acf329 is #99ff33. Color #acf329 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 00101001
Octal 254 363 51
Decimal 172 243 41
Hex AC F3 29

RGB Percentages of Color #acf329

%37.72
%53.29
%8.99

CMYK Percentages of Color #acf329

%29
%0
%83
%5

Triadic Colors of #acf329

#acf329 #29acf3 #f329ac

Analogous Colors of #acf329

#acf329 #47f329 #f3d529

Monochromatic Colors of #acf329

#acf329

Complementary Color

#acf329 #7029f3

#acf329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf329 Color CSS Codes

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

#acf329 Text Font Color

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

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


#acf329 Background Color

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

This div background color is #acf329


#acf329 Border Color

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

This div border color is #acf329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf329


Comments

No comments written yet.

Please login to write comment.