Color Hex Logo

#ace14d Color Hex

#ACE14D
(172,225,77)
0 Favorites   0 Comments

Color spaces of #ace14d

RGB 17222577
HSL0.230.710.59
HSV81°66°88°
CMYK 0.240.000.66   0.12
XYZ45.278063.156916.8253
Yxy63.15690.36150.5042
Hunter Lab79.4713-37.376243.0773
CIE-Lab83.5249-38.487864.2704

#ace14d color RGB value is (172,225,77).

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

The process color (four color CMYK) of #ace14d color hex is 0.24, 0.00, 0.66, 0.12. Web safe color of #ace14d is #99cc66. Color #ace14d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01001101
Octal 254 341 115
Decimal 172 225 77
Hex AC E1 4D

RGB Percentages of Color #ace14d

%36.29
%47.47
%16.24

CMYK Percentages of Color #ace14d

%24
%0
%66
%12

Triadic Colors of #ace14d

#ace14d #4dace1 #e14dac

Analogous Colors of #ace14d

#ace14d #62e14d #e1cc4d

Monochromatic Colors of #ace14d

#ace14d

Complementary Color

#ace14d #824de1

#ace14d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace14d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace14d Color CSS Codes

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

#ace14d Text Font Color

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

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


#ace14d Background Color

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

This div background color is #ace14d


#ace14d Border Color

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

This div border color is #ace14d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace14d


Comments

No comments written yet.

Please login to write comment.