Color Hex Logo

#acfa2b Color Hex

#ACFA2B
(172,250,43)
0 Favorites   0 Comments

Color spaces of #acfa2b

RGB 17225043
HSL0.230.950.57
HSV83°83°98°
CMYK 0.310.000.83   0.02
XYZ51.634977.316314.4876
Yxy77.31630.36000.5390
Hunter Lab87.9297-49.056551.7820
CIE-Lab90.4670-50.930081.4599

#acfa2b color RGB value is (172,250,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 00101011
Octal 254 372 53
Decimal 172 250 43
Hex AC FA 2B

RGB Percentages of Color #acfa2b

%36.99
%53.76
%9.25

CMYK Percentages of Color #acfa2b

%31
%0
%83
%2

Triadic Colors of #acfa2b

#acfa2b #2bacfa #fa2bac

Analogous Colors of #acfa2b

#acfa2b #44fa2b #fae12b

Monochromatic Colors of #acfa2b

#acfa2b

Complementary Color

#acfa2b #792bfa

#acfa2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfa2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfa2b Color CSS Codes

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

#acfa2b Text Font Color

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

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


#acfa2b Background Color

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

This div background color is #acfa2b


#acfa2b Border Color

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

This div border color is #acfa2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfa2b


Comments

No comments written yet.

Please login to write comment.