color codes Logo

#acfb2a color codes

#ACFB2A
(172,251,42)
0 Favorites   0 Comments

Color spaces of #acfb2a

RGB 17225142
HSL0.230.960.57
HSV83°83°98°
CMYK 0.310.000.83   0.02
XYZ51.928477.932214.4960
Yxy77.93220.35970.5399
Hunter Lab88.2792-49.489752.0597
CIE-Lab90.7490-51.373881.9263

#acfb2a color RGB value is (172,251,42).

#acfb2a hex color red value is 172, green value is 251 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #acfb2a hue: 0.23 , saturation: 0.96 and the lightness value of acfb2a is 0.57.

The process color (four color CMYK) of #acfb2a color code is 0.31, 0.00, 0.83, 0.02. Web safe color of #acfb2a is #99ff33. Color #acfb2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 00101010
Octal 254 373 52
Decimal 172 251 42
Hex AC FB 2A

RGB Percentages of Color #acfb2a

%36.99
%53.98
%9.03

CMYK Percentages of Color #acfb2a

%31
%0
%83
%2

Triadic Colors of #acfb2a

#acfb2a #2aacfb #fb2aac

Analogous Colors of #acfb2a

#acfb2a #44fb2a #fbe22a

Monochromatic Colors of #acfb2a

#acfb2a

Complementary Color

#acfb2a #792afb

#acfb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfb2a Color CSS Codes

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

#acfb2a Text Font Color

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

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


#acfb2a Background Color

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

This div background color is #acfb2a


#acfb2a Border Color

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

This div border color is #acfb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfb2a


Comments

No comments written yet.

Please login to write comment.