Color Hex Logo

#ace136 Color Hex

#ACE136
(172,225,54)
0 Favorites   0 Comments

Color spaces of #ace136

RGB 17222554
HSL0.220.740.55
HSV79°76°88°
CMYK 0.240.000.76   0.12
XYZ44.604362.887413.2776
Yxy62.88740.36930.5207
Hunter Lab79.3016-38.377945.5841
CIE-Lab83.3831-39.823272.1719

#ace136 color RGB value is (172,225,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 00110110
Octal 254 341 66
Decimal 172 225 54
Hex AC E1 36

RGB Percentages of Color #ace136

%38.14
%49.89
%11.97

CMYK Percentages of Color #ace136

%24
%0
%76
%12

Triadic Colors of #ace136

#ace136 #36ace1 #e136ac

Analogous Colors of #ace136

#ace136 #56e136 #e1c136

Monochromatic Colors of #ace136

#ace136

Complementary Color

#ace136 #6b36e1

#ace136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace136 Color CSS Codes

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

#ace136 Text Font Color

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

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


#ace136 Background Color

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

This div background color is #ace136


#ace136 Border Color

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

This div border color is #ace136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace136


Comments

No comments written yet.

Please login to write comment.