Color Hex Logo

#aeca1f Color Hex

#AECA1F
(174,202,31)
0 Favorites   0 Comments

Color spaces of #aeca1f

RGB 17420231
HSL0.190.730.46
HSV70°85°79°
CMYK 0.140.000.85   0.21
XYZ38.823451.33879.1595
Yxy51.33870.39090.5169
Hunter Lab71.6510-28.670842.5764
CIE-Lab76.8837-29.377072.5114

#aeca1f color RGB value is (174,202,31).

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

The process color (four color CMYK) of #aeca1f color hex is 0.14, 0.00, 0.85, 0.21. Web safe color of #aeca1f is #99cc33. Color #aeca1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 00011111
Octal 256 312 37
Decimal 174 202 31
Hex AE CA 1F

RGB Percentages of Color #aeca1f

%42.75
%49.63
%7.62

CMYK Percentages of Color #aeca1f

%14
%0
%85
%21

Triadic Colors of #aeca1f

#aeca1f #1faeca #ca1fae

Analogous Colors of #aeca1f

#aeca1f #58ca1f #ca911f

Monochromatic Colors of #aeca1f

#aeca1f

Complementary Color

#aeca1f #3b1fca

#aeca1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca1f Color CSS Codes

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

#aeca1f Text Font Color

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

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


#aeca1f Background Color

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

This div background color is #aeca1f


#aeca1f Border Color

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

This div border color is #aeca1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca1f


Comments

No comments written yet.

Please login to write comment.