Color Hex Logo

#acfc1a Color Hex

#ACFC1A
(172,252,26)
0 Favorites   0 Comments

Color spaces of #acfc1a

RGB 17225226
HSL0.230.970.55
HSV81°90°99°
CMYK 0.320.000.90   0.01
XYZ52.010178.466013.3815
Yxy78.46600.36150.5454
Hunter Lab88.5810-50.211153.0501
CIE-Lab90.9921-52.207785.0329

#acfc1a color RGB value is (172,252,26).

#acfc1a hex color red value is 172, green value is 252 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #acfc1a hue: 0.23 , saturation: 0.97 and the lightness value of acfc1a is 0.55.

The process color (four color CMYK) of #acfc1a color hex is 0.32, 0.00, 0.90, 0.01. Web safe color of #acfc1a is #99ff33. Color #acfc1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 00011010
Octal 254 374 32
Decimal 172 252 26
Hex AC FC 1A

RGB Percentages of Color #acfc1a

%38.22
%56.00
%5.78

CMYK Percentages of Color #acfc1a

%32
%0
%90
%1

Triadic Colors of #acfc1a

#acfc1a #1aacfc #fc1aac

Analogous Colors of #acfc1a

#acfc1a #3bfc1a #fcdb1a

Monochromatic Colors of #acfc1a

#acfc1a

Complementary Color

#acfc1a #6a1afc

#acfc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc1a Color CSS Codes

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

#acfc1a Text Font Color

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

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


#acfc1a Background Color

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

This div background color is #acfc1a


#acfc1a Border Color

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

This div border color is #acfc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc1a


Comments

No comments written yet.

Please login to write comment.