Color Hex Logo

#ace003 Color Hex

#ACE003
(172,224,3)
0 Favorites   0 Comments

Color spaces of #ace003

RGB 1722243
HSL0.210.970.45
HSV74°99°88°
CMYK 0.230.000.99   0.12
XYZ43.685362.08859.7680
Yxy62.08850.37810.5374
Hunter Lab78.7963-38.931647.8075
CIE-Lab82.9605-40.688581.0894

#ace003 color RGB value is (172,224,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 00000011
Octal 254 340 3
Decimal 172 224 3
Hex AC E0 3

RGB Percentages of Color #ace003

%43.11
%56.14
%0.75

CMYK Percentages of Color #ace003

%23
%0
%99
%12

Triadic Colors of #ace003

#ace003 #03ace0 #e003ac

Analogous Colors of #ace003

#ace003 #3ee003 #e0a603

Monochromatic Colors of #ace003

#ace003

Complementary Color

#ace003 #3703e0

#ace003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace003 Color CSS Codes

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

#ace003 Text Font Color

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

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


#ace003 Background Color

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

This div background color is #ace003


#ace003 Border Color

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

This div border color is #ace003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace003


Comments

No comments written yet.

Please login to write comment.