Color Hex Logo

#ace404 Color Hex

#ACE404
(172,228,4)
0 Favorites   0 Comments

Color spaces of #ace404

RGB 1722284
HSL0.210.970.45
HSV75°98°89°
CMYK 0.250.000.98   0.11
XYZ44.778664.266210.1594
Yxy64.26620.37560.5391
Hunter Lab80.1662-40.585748.6026
CIE-Lab84.1042-42.425881.8811

#ace404 color RGB value is (172,228,4).

#ace404 hex color red value is 172, green value is 228 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #ace404 hue: 0.21 , saturation: 0.97 and the lightness value of ace404 is 0.45.

The process color (four color CMYK) of #ace404 color hex is 0.25, 0.00, 0.98, 0.11. Web safe color of #ace404 is #99cc00. Color #ace404 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 00000100
Octal 254 344 4
Decimal 172 228 4
Hex AC E4 4

RGB Percentages of Color #ace404

%42.57
%56.44
%0.99

CMYK Percentages of Color #ace404

%25
%0
%98
%11

Triadic Colors of #ace404

#ace404 #04ace4 #e404ac

Analogous Colors of #ace404

#ace404 #3ce404 #e4ac04

Monochromatic Colors of #ace404

#ace404

Complementary Color

#ace404 #3c04e4

#ace404 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace404 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace404 Color CSS Codes

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

#ace404 Text Font Color

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

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


#ace404 Background Color

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

This div background color is #ace404


#ace404 Border Color

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

This div border color is #ace404


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace404


Comments

No comments written yet.

Please login to write comment.