Color Hex Logo

#acfa24 Color Hex

#ACFA24
(172,250,36)
0 Favorites   0 Comments

Color spaces of #acfa24

RGB 17225036
HSL0.230.960.56
HSV82°86°98°
CMYK 0.310.000.86   0.02
XYZ51.517377.269213.8683
Yxy77.26920.36110.5417
Hunter Lab87.9029-49.216552.1779
CIE-Lab90.4454-51.146882.8988

#acfa24 color RGB value is (172,250,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111010 00100100
Octal 254 372 44
Decimal 172 250 36
Hex AC FA 24

RGB Percentages of Color #acfa24

%37.55
%54.59
%7.86

CMYK Percentages of Color #acfa24

%31
%0
%86
%2

Triadic Colors of #acfa24

#acfa24 #24acfa #fa24ac

Analogous Colors of #acfa24

#acfa24 #41fa24 #fadd24

Monochromatic Colors of #acfa24

#acfa24

Complementary Color

#acfa24 #7224fa

#acfa24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfa24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfa24 Color CSS Codes

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

#acfa24 Text Font Color

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

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


#acfa24 Background Color

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

This div background color is #acfa24


#acfa24 Border Color

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

This div border color is #acfa24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfa24


Comments

No comments written yet.

Please login to write comment.