Color Hex Logo

#aace04 Color Hex

#AACE04
(170,206,4)
0 Favorites   0 Comments

Color spaces of #aace04

RGB 1702064
HSL0.200.960.41
HSV71°98°81°
CMYK 0.170.000.98   0.19
XYZ38.670852.69748.2483
Yxy52.69740.38820.5290
Hunter Lab72.5930-31.949544.0783
CIE-Lab77.6960-33.364976.9199

#aace04 color RGB value is (170,206,4).

#aace04 hex color red value is 170, green value is 206 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #aace04 hue: 0.20 , saturation: 0.96 and the lightness value of aace04 is 0.41.

The process color (four color CMYK) of #aace04 color hex is 0.17, 0.00, 0.98, 0.19. Web safe color of #aace04 is #99cc00. Color #aace04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001110 00000100
Octal 252 316 4
Decimal 170 206 4
Hex AA CE 4

RGB Percentages of Color #aace04

%44.74
%54.21
%1.05

CMYK Percentages of Color #aace04

%17
%0
%98
%19

Triadic Colors of #aace04

#aace04 #04aace #ce04aa

Analogous Colors of #aace04

#aace04 #45ce04 #ce8d04

Monochromatic Colors of #aace04

#aace04

Complementary Color

#aace04 #2804ce

#aace04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aace04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aace04 Color CSS Codes

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

#aace04 Text Font Color

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

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


#aace04 Background Color

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

This div background color is #aace04


#aace04 Border Color

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

This div border color is #aace04


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,206,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 #aace04">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aace04


Comments

No comments written yet.

Please login to write comment.