Color Hex Logo

#ace41f Color Hex

#ACE41F
(172,228,31)
0 Favorites   0 Comments

Color spaces of #ace41f

RGB 17222831
HSL0.210.780.51
HSV77°86°89°
CMYK 0.250.000.86   0.11
XYZ45.004064.356411.3464
Yxy64.35640.37280.5332
Hunter Lab80.2224-40.252547.7699
CIE-Lab84.1510-41.975978.5583

#ace41f color RGB value is (172,228,31).

#ace41f hex color red value is 172, green value is 228 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ace41f hue: 0.21 , saturation: 0.78 and the lightness value of ace41f is 0.51.

The process color (four color CMYK) of #ace41f color hex is 0.25, 0.00, 0.86, 0.11. Web safe color of #ace41f is #99cc33. Color #ace41f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 00011111
Octal 254 344 37
Decimal 172 228 31
Hex AC E4 1F

RGB Percentages of Color #ace41f

%39.91
%52.90
%7.19

CMYK Percentages of Color #ace41f

%25
%0
%86
%11

Triadic Colors of #ace41f

#ace41f #1face4 #e41fac

Analogous Colors of #ace41f

#ace41f #4ae41f #e4ba1f

Monochromatic Colors of #ace41f

#ace41f

Complementary Color

#ace41f #571fe4

#ace41f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace41f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace41f Color CSS Codes

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

#ace41f Text Font Color

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

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


#ace41f Background Color

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

This div background color is #ace41f


#ace41f Border Color

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

This div border color is #ace41f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace41f


Comments

No comments written yet.

Please login to write comment.