Color Hex Logo

#aecc04 Color Hex

#AECC04
(174,204,4)
0 Favorites   0 Comments

Color spaces of #aecc04

RGB 1742044
HSL0.190.960.41
HSV69°98°80°
CMYK 0.150.000.98   0.20
XYZ39.070352.19328.1299
Yxy52.19320.39310.5251
Hunter Lab72.2449-29.895043.8993
CIE-Lab77.3962-30.801276.8099

#aecc04 color RGB value is (174,204,4).

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

The process color (four color CMYK) of #aecc04 color hex is 0.15, 0.00, 0.98, 0.20. Web safe color of #aecc04 is #99cc00. Color #aecc04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 00000100
Octal 256 314 4
Decimal 174 204 4
Hex AE CC 4

RGB Percentages of Color #aecc04

%45.55
%53.40
%1.05

CMYK Percentages of Color #aecc04

%15
%0
%98
%20

Triadic Colors of #aecc04

#aecc04 #04aecc #cc04ae

Analogous Colors of #aecc04

#aecc04 #4acc04 #cc8604

Monochromatic Colors of #aecc04

#aecc04

Complementary Color

#aecc04 #2204cc

#aecc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc04 Color CSS Codes

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

#aecc04 Text Font Color

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

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


#aecc04 Background Color

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

This div background color is #aecc04


#aecc04 Border Color

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

This div border color is #aecc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc04


Comments

No comments written yet.

Please login to write comment.