Color Hex Logo

#aeca04 Color Hex

#AECA04
(174,202,4)
0 Favorites   0 Comments

Color spaces of #aeca04

RGB 1742024
HSL0.190.960.40
HSV68°98°79°
CMYK 0.140.000.98   0.21
XYZ38.598051.24857.9725
Yxy51.24850.39460.5239
Hunter Lab71.5881-29.037643.5087
CIE-Lab76.8293-29.861776.3795

#aeca04 color RGB value is (174,202,4).

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

The process color (four color CMYK) of #aeca04 color hex is 0.14, 0.00, 0.98, 0.21. Web safe color of #aeca04 is #99cc00. Color #aeca04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 00000100
Octal 256 312 4
Decimal 174 202 4
Hex AE CA 4

RGB Percentages of Color #aeca04

%45.79
%53.16
%1.05

CMYK Percentages of Color #aeca04

%14
%0
%98
%21

Triadic Colors of #aeca04

#aeca04 #04aeca #ca04ae

Analogous Colors of #aeca04

#aeca04 #4bca04 #ca8304

Monochromatic Colors of #aeca04

#aeca04

Complementary Color

#aeca04 #2004ca

#aeca04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca04 Color CSS Codes

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

#aeca04 Text Font Color

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

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


#aeca04 Background Color

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

This div background color is #aeca04


#aeca04 Border Color

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

This div border color is #aeca04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca04


Comments

No comments written yet.

Please login to write comment.