Color Hex Logo

#ace132 Color Hex

#ACE132
(172,225,50)
0 Favorites   0 Comments

Color spaces of #ace132

RGB 17222550
HSL0.220.740.54
HSV78°78°88°
CMYK 0.240.000.78   0.12
XYZ44.514262.851412.8030
Yxy62.85140.37040.5230
Hunter Lab79.2789-38.512345.9203
CIE-Lab83.3641-40.003273.3353

#ace132 color RGB value is (172,225,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 00110010
Octal 254 341 62
Decimal 172 225 50
Hex AC E1 32

RGB Percentages of Color #ace132

%38.48
%50.34
%11.19

CMYK Percentages of Color #ace132

%24
%0
%78
%12

Triadic Colors of #ace132

#ace132 #32ace1 #e132ac

Analogous Colors of #ace132

#ace132 #54e132 #e1bf32

Monochromatic Colors of #ace132

#ace132

Complementary Color

#ace132 #6732e1

#ace132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace132 Color CSS Codes

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

#ace132 Text Font Color

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

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


#ace132 Background Color

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

This div background color is #ace132


#ace132 Border Color

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

This div border color is #ace132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace132


Comments

No comments written yet.

Please login to write comment.