Color Hex Logo

#ace10f Color Hex

#ACE10F
(172,225,15)
0 Favorites   0 Comments

Color spaces of #ace10f

RGB 17222515
HSL0.210.880.47
HSV75°93°88°
CMYK 0.240.000.93   0.12
XYZ44.024762.655610.2253
Yxy62.65560.37660.5360
Hunter Lab79.1553-39.243447.7496
CIE-Lab83.2608-40.986580.2314

#ace10f color RGB value is (172,225,15).

#ace10f hex color red value is 172, green value is 225 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ace10f hue: 0.21 , saturation: 0.88 and the lightness value of ace10f is 0.47.

The process color (four color CMYK) of #ace10f color hex is 0.24, 0.00, 0.93, 0.12. Web safe color of #ace10f is #99cc00. Color #ace10f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 00001111
Octal 254 341 17
Decimal 172 225 15
Hex AC E1 F

RGB Percentages of Color #ace10f

%41.75
%54.61
%3.64

CMYK Percentages of Color #ace10f

%24
%0
%93
%12

Triadic Colors of #ace10f

#ace10f #0face1 #e10fac

Analogous Colors of #ace10f

#ace10f #43e10f #e1ad0f

Monochromatic Colors of #ace10f

#ace10f

Complementary Color

#ace10f #440fe1

#ace10f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace10f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace10f Color CSS Codes

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

#ace10f Text Font Color

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

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


#ace10f Background Color

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

This div background color is #ace10f


#ace10f Border Color

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

This div border color is #ace10f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace10f


Comments

No comments written yet.

Please login to write comment.