Color Hex Logo

#ace21f Color Hex

#ACE21F
(172,226,31)
0 Favorites   0 Comments

Color spaces of #ace21f

RGB 17222631
HSL0.210.770.50
HSV77°86°89°
CMYK 0.240.000.86   0.11
XYZ44.456963.262311.1640
Yxy63.26230.37400.5321
Hunter Lab79.5376-39.419747.3543
CIE-Lab83.5802-41.101278.0812

#ace21f color RGB value is (172,226,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 00011111
Octal 254 342 37
Decimal 172 226 31
Hex AC E2 1F

RGB Percentages of Color #ace21f

%40.09
%52.68
%7.23

CMYK Percentages of Color #ace21f

%24
%0
%86
%11

Triadic Colors of #ace21f

#ace21f #1face2 #e21fac

Analogous Colors of #ace21f

#ace21f #4be21f #e2b71f

Monochromatic Colors of #ace21f

#ace21f

Complementary Color

#ace21f #551fe2

#ace21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace21f Color CSS Codes

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

#ace21f Text Font Color

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

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


#ace21f Background Color

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

This div background color is #ace21f


#ace21f Border Color

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

This div border color is #ace21f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,226,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 #ace21f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace21f


Comments

No comments written yet.

Please login to write comment.