Color Hex Logo

#ace34a Color Hex

#ACE34A
(172,227,74)
0 Favorites   0 Comments

Color spaces of #ace34a

RGB 17222774
HSL0.230.730.59
HSV82°67°89°
CMYK 0.240.000.67   0.11
XYZ45.718464.203216.4614
Yxy64.20320.36170.5080
Hunter Lab80.1269-38.374443.9082
CIE-Lab84.0715-39.581865.9922

#ace34a color RGB value is (172,227,74).

#ace34a hex color red value is 172, green value is 227 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ace34a hue: 0.23 , saturation: 0.73 and the lightness value of ace34a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100011 01001010
Octal 254 343 112
Decimal 172 227 74
Hex AC E3 4A

RGB Percentages of Color #ace34a

%36.36
%47.99
%15.64

CMYK Percentages of Color #ace34a

%24
%0
%67
%11

Triadic Colors of #ace34a

#ace34a #4aace3 #e34aac

Analogous Colors of #ace34a

#ace34a #60e34a #e3ce4a

Monochromatic Colors of #ace34a

#ace34a

Complementary Color

#ace34a #814ae3

#ace34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace34a Color CSS Codes

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

#ace34a Text Font Color

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

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


#ace34a Background Color

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

This div background color is #ace34a


#ace34a Border Color

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

This div border color is #ace34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace34a


Comments

No comments written yet.

Please login to write comment.