Color Hex Logo

#acfa3d Color Hex

#ACFA3D
(172,250,61)
0 Favorites   0 Comments

Color spaces of #acfa3d

RGB 17225061
HSL0.240.950.61
HSV85°76°98°
CMYK 0.310.000.76   0.02
XYZ52.041277.478816.6269
Yxy77.47880.35610.5301
Hunter Lab88.0220-48.504250.4159
CIE-Lab90.5415-50.184076.7916

#acfa3d color RGB value is (172,250,61).

#acfa3d hex color red value is 172, green value is 250 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #acfa3d hue: 0.24 , saturation: 0.95 and the lightness value of acfa3d is 0.61.

The process color (four color CMYK) of #acfa3d color hex is 0.31, 0.00, 0.76, 0.02. Web safe color of #acfa3d is #99ff33. Color #acfa3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 00111101
Octal 254 372 75
Decimal 172 250 61
Hex AC FA 3D

RGB Percentages of Color #acfa3d

%35.61
%51.76
%12.63

CMYK Percentages of Color #acfa3d

%31
%0
%76
%2

Triadic Colors of #acfa3d

#acfa3d #3dacfa #fa3dac

Analogous Colors of #acfa3d

#acfa3d #4efa3d #faea3d

Monochromatic Colors of #acfa3d

#acfa3d

Complementary Color

#acfa3d #8b3dfa

#acfa3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfa3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfa3d Color CSS Codes

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

#acfa3d Text Font Color

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

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


#acfa3d Background Color

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

This div background color is #acfa3d


#acfa3d Border Color

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

This div border color is #acfa3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfa3d


Comments

No comments written yet.

Please login to write comment.