Color Hex Logo

#ace05c Color Hex

#ACE05C
(172,224,92)
0 Favorites   0 Comments

Color spaces of #ace05c

RGB 17222492
HSL0.230.680.62
HSV84°59°88°
CMYK 0.230.000.59   0.12
XYZ45.600762.854719.8540
Yxy62.85470.35540.4899
Hunter Lab79.2810-36.072340.6489
CIE-Lab83.3659-36.876957.9084

#ace05c color RGB value is (172,224,92).

#ace05c hex color red value is 172, green value is 224 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ace05c hue: 0.23 , saturation: 0.68 and the lightness value of ace05c is 0.62.

The process color (four color CMYK) of #ace05c color hex is 0.23, 0.00, 0.59, 0.12. Web safe color of #ace05c is #99cc66. Color #ace05c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 01011100
Octal 254 340 134
Decimal 172 224 92
Hex AC E0 5C

RGB Percentages of Color #ace05c

%35.25
%45.90
%18.85

CMYK Percentages of Color #ace05c

%23
%0
%59
%12

Triadic Colors of #ace05c

#ace05c #5cace0 #e05cac

Analogous Colors of #ace05c

#ace05c #6ae05c #e0d25c

Monochromatic Colors of #ace05c

#ace05c

Complementary Color

#ace05c #905ce0

#ace05c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace05c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace05c Color CSS Codes

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

#ace05c Text Font Color

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

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


#ace05c Background Color

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

This div background color is #ace05c


#ace05c Border Color

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

This div border color is #ace05c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace05c


Comments

No comments written yet.

Please login to write comment.