Color Hex Logo

#ace013 Color Hex

#ACE013
(172,224,19)
0 Favorites   0 Comments

Color spaces of #ace013

RGB 17222419
HSL0.210.840.48
HSV75°92°88°
CMYK 0.230.000.92   0.12
XYZ43.786562.129010.3004
Yxy62.12900.37680.5346
Hunter Lab78.8220-38.779647.4274
CIE-Lab82.9820-40.483579.5286

#ace013 color RGB value is (172,224,19).

#ace013 hex color red value is 172, green value is 224 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ace013 hue: 0.21 , saturation: 0.84 and the lightness value of ace013 is 0.48.

The process color (four color CMYK) of #ace013 color hex is 0.23, 0.00, 0.92, 0.12. Web safe color of #ace013 is #99cc00. Color #ace013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 00010011
Octal 254 340 23
Decimal 172 224 19
Hex AC E0 13

RGB Percentages of Color #ace013

%41.45
%53.98
%4.58

CMYK Percentages of Color #ace013

%23
%0
%92
%12

Triadic Colors of #ace013

#ace013 #13ace0 #e013ac

Analogous Colors of #ace013

#ace013 #46e013 #e0ae13

Monochromatic Colors of #ace013

#ace013

Complementary Color

#ace013 #4713e0

#ace013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace013 Color CSS Codes

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

#ace013 Text Font Color

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

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


#ace013 Background Color

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

This div background color is #ace013


#ace013 Border Color

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

This div border color is #ace013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace013


Comments

No comments written yet.

Please login to write comment.