Color Hex Logo

#ace131 Color Hex

#ACE131
(172,225,49)
0 Favorites   0 Comments

Color spaces of #ace131

RGB 17222549
HSL0.220.750.54
HSV78°78°88°
CMYK 0.240.000.78   0.12
XYZ44.492862.842812.6906
Yxy62.84280.37070.5236
Hunter Lab79.2735-38.544145.9999
CIE-Lab83.3596-40.045973.6150

#ace131 color RGB value is (172,225,49).

#ace131 hex color red value is 172, green value is 225 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ace131 hue: 0.22 , saturation: 0.75 and the lightness value of ace131 is 0.54.

The process color (four color CMYK) of #ace131 color hex is 0.24, 0.00, 0.78, 0.12. Web safe color of #ace131 is #99cc33. Color #ace131 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 00110001
Octal 254 341 61
Decimal 172 225 49
Hex AC E1 31

RGB Percentages of Color #ace131

%38.57
%50.45
%10.99

CMYK Percentages of Color #ace131

%24
%0
%78
%12

Triadic Colors of #ace131

#ace131 #31ace1 #e131ac

Analogous Colors of #ace131

#ace131 #54e131 #e1be31

Monochromatic Colors of #ace131

#ace131

Complementary Color

#ace131 #6631e1

#ace131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace131 Color CSS Codes

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

#ace131 Text Font Color

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

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


#ace131 Background Color

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

This div background color is #ace131


#ace131 Border Color

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

This div border color is #ace131


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace131


Comments

No comments written yet.

Please login to write comment.