Color Hex Logo

#ace140 Color Hex

#ACE140
(172,225,64)
0 Favorites   0 Comments

Color spaces of #ace140

RGB 17222564
HSL0.220.730.57
HSV80°72°88°
CMYK 0.240.000.72   0.12
XYZ44.863962.991214.6444
Yxy62.99120.36620.5142
Hunter Lab79.3670-37.991344.6170
CIE-Lab83.4377-39.306468.9735

#ace140 color RGB value is (172,225,64).

#ace140 hex color red value is 172, green value is 225 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ace140 hue: 0.22 , saturation: 0.73 and the lightness value of ace140 is 0.57.

The process color (four color CMYK) of #ace140 color hex is 0.24, 0.00, 0.72, 0.12. Web safe color of #ace140 is #99cc33. Color #ace140 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01000000
Octal 254 341 100
Decimal 172 225 64
Hex AC E1 40

RGB Percentages of Color #ace140

%37.31
%48.81
%13.88

CMYK Percentages of Color #ace140

%24
%0
%72
%12

Triadic Colors of #ace140

#ace140 #40ace1 #e140ac

Analogous Colors of #ace140

#ace140 #5ce140 #e1c640

Monochromatic Colors of #ace140

#ace140

Complementary Color

#ace140 #7540e1

#ace140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace140 Color CSS Codes

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

#ace140 Text Font Color

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

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


#ace140 Background Color

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

This div background color is #ace140


#ace140 Border Color

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

This div border color is #ace140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace140


Comments

No comments written yet.

Please login to write comment.