Color Hex Logo

#ace61d Color Hex

#ACE61D
(172,230,29)
0 Favorites   0 Comments

Color spaces of #ace61d

RGB 17223029
HSL0.210.800.51
HSV77°87°90°
CMYK 0.250.000.87   0.10
XYZ45.531865.453011.3963
Yxy65.45300.37200.5348
Hunter Lab80.9030-41.121448.2803
CIE-Lab84.7166-42.896479.3958

#ace61d color RGB value is (172,230,29).

#ace61d hex color red value is 172, green value is 230 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ace61d hue: 0.21 , saturation: 0.80 and the lightness value of ace61d is 0.51.

The process color (four color CMYK) of #ace61d color hex is 0.25, 0.00, 0.87, 0.10. Web safe color of #ace61d is #99ff33. Color #ace61d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 00011101
Octal 254 346 35
Decimal 172 230 29
Hex AC E6 1D

RGB Percentages of Color #ace61d

%39.91
%53.36
%6.73

CMYK Percentages of Color #ace61d

%25
%0
%87
%10

Triadic Colors of #ace61d

#ace61d #1dace6 #e61dac

Analogous Colors of #ace61d

#ace61d #47e61d #e6bc1d

Monochromatic Colors of #ace61d

#ace61d

Complementary Color

#ace61d #571de6

#ace61d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace61d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace61d Color CSS Codes

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

#ace61d Text Font Color

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

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


#ace61d Background Color

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

This div background color is #ace61d


#ace61d Border Color

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

This div border color is #ace61d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace61d


Comments

No comments written yet.

Please login to write comment.