Color Hex Logo

#ace154 Color Hex

#ACE154
(172,225,84)
0 Favorites   0 Comments

Color spaces of #ace154

RGB 17222584
HSL0.230.700.61
HSV83°63°88°
CMYK 0.240.000.63   0.12
XYZ45.538763.261218.1980
Yxy63.26120.35860.4981
Hunter Lab79.5369-36.989842.1103
CIE-Lab83.5796-37.975861.5221

#ace154 color RGB value is (172,225,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01010100
Octal 254 341 124
Decimal 172 225 84
Hex AC E1 54

RGB Percentages of Color #ace154

%35.76
%46.78
%17.46

CMYK Percentages of Color #ace154

%24
%0
%63
%12

Triadic Colors of #ace154

#ace154 #54ace1 #e154ac

Analogous Colors of #ace154

#ace154 #66e154 #e1d054

Monochromatic Colors of #ace154

#ace154

Complementary Color

#ace154 #8954e1

#ace154 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace154 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace154 Color CSS Codes

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

#ace154 Text Font Color

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

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


#ace154 Background Color

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

This div background color is #ace154


#ace154 Border Color

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

This div border color is #ace154


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace154


Comments

No comments written yet.

Please login to write comment.