Color Hex Logo

#ace929 Color Hex

#ACE929
(172,233,41)
0 Favorites   0 Comments

Color spaces of #ace929

RGB 17223341
HSL0.220.810.54
HSV79°82°91°
CMYK 0.260.000.82   0.09
XYZ46.552467.208612.6168
Yxy67.20860.36840.5318
Hunter Lab81.9809-42.106248.2619
CIE-Lab85.6092-43.842077.6834

#ace929 color RGB value is (172,233,41).

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

The process color (four color CMYK) of #ace929 color hex is 0.26, 0.00, 0.82, 0.09. Web safe color of #ace929 is #99ff33. Color #ace929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 00101001
Octal 254 351 51
Decimal 172 233 41
Hex AC E9 29

RGB Percentages of Color #ace929

%38.57
%52.24
%9.19

CMYK Percentages of Color #ace929

%26
%0
%82
%9

Triadic Colors of #ace929

#ace929 #29ace9 #e929ac

Analogous Colors of #ace929

#ace929 #4ce929 #e9c629

Monochromatic Colors of #ace929

#ace929

Complementary Color

#ace929 #6629e9

#ace929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace929 Color CSS Codes

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

#ace929 Text Font Color

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

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


#ace929 Background Color

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

This div background color is #ace929


#ace929 Border Color

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

This div border color is #ace929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace929


Comments

No comments written yet.

Please login to write comment.