Color Hex Logo

#acf320 Color Hex

#ACF320
(172,243,32)
0 Favorites   0 Comments

Color spaces of #acf320

RGB 17224332
HSL0.220.900.54
HSV80°87°95°
CMYK 0.290.000.87   0.05
XYZ49.324672.976112.8526
Yxy72.97610.36500.5400
Hunter Lab85.4260-46.430550.8779
CIE-Lab88.4363-48.354981.9540

#acf320 color RGB value is (172,243,32).

#acf320 hex color red value is 172, green value is 243 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #acf320 hue: 0.22 , saturation: 0.90 and the lightness value of acf320 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110011 00100000
Octal 254 363 40
Decimal 172 243 32
Hex AC F3 20

RGB Percentages of Color #acf320

%38.48
%54.36
%7.16

CMYK Percentages of Color #acf320

%29
%0
%87
%5

Triadic Colors of #acf320

#acf320 #20acf3 #f320ac

Analogous Colors of #acf320

#acf320 #42f320 #f3d120

Monochromatic Colors of #acf320

#acf320

Complementary Color

#acf320 #6720f3

#acf320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf320 Color CSS Codes

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

#acf320 Text Font Color

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

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


#acf320 Background Color

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

This div background color is #acf320


#acf320 Border Color

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

This div border color is #acf320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf320


Comments

No comments written yet.

Please login to write comment.