color codes Logo

#ace94d color codes

#ACE94D
(172,233,77)
0 Favorites   0 Comments

Color spaces of #ace94d

RGB 17223377
HSL0.230.780.61
HSV83°67°91°
CMYK 0.260.000.67   0.09
XYZ47.491767.584317.5632
Yxy67.58430.35810.5095
Hunter Lab82.2097-40.749344.8801
CIE-Lab85.7982-42.023466.6433

#ace94d color RGB value is (172,233,77).

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

The process color (four color CMYK) of #ace94d color code is 0.26, 0.00, 0.67, 0.09. Web safe color of #ace94d is #99ff66. Color #ace94d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 01001101
Octal 254 351 115
Decimal 172 233 77
Hex AC E9 4D

RGB Percentages of Color #ace94d

%35.68
%48.34
%15.98

CMYK Percentages of Color #ace94d

%26
%0
%67
%9

Triadic Colors of #ace94d

#ace94d #4dace9 #e94dac

Analogous Colors of #ace94d

#ace94d #5ee94d #e9d84d

Monochromatic Colors of #ace94d

#ace94d

Complementary Color

#ace94d #8a4de9

#ace94d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace94d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace94d Color CSS Codes

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

#ace94d Text Font Color

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

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


#ace94d Background Color

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

This div background color is #ace94d


#ace94d Border Color

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

This div border color is #ace94d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,233,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 #ace94d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace94d


Comments

No comments written yet.

Please login to write comment.