Color Hex Logo

#aeca3f Color Hex

#AECA3F
(174,202,63)
0 Favorites   0 Comments

Color spaces of #aeca3f

RGB 17420263
HSL0.200.570.52
HSV72°69°79°
CMYK 0.140.000.69   0.21
XYZ39.473351.598612.5817
Yxy51.59860.38080.4978
Hunter Lab71.8322-27.616739.8976
CIE-Lab77.0402-27.992862.9998

#aeca3f color RGB value is (174,202,63).

#aeca3f hex color red value is 174, green value is 202 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aeca3f hue: 0.20 , saturation: 0.57 and the lightness value of aeca3f is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 00111111
Octal 256 312 77
Decimal 174 202 63
Hex AE CA 3F

RGB Percentages of Color #aeca3f

%39.64
%46.01
%14.35

CMYK Percentages of Color #aeca3f

%14
%0
%69
%21

Triadic Colors of #aeca3f

#aeca3f #3faeca #ca3fae

Analogous Colors of #aeca3f

#aeca3f #69ca3f #caa13f

Monochromatic Colors of #aeca3f

#aeca3f

Complementary Color

#aeca3f #5b3fca

#aeca3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca3f Color CSS Codes

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

#aeca3f Text Font Color

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

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


#aeca3f Background Color

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

This div background color is #aeca3f


#aeca3f Border Color

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

This div border color is #aeca3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca3f


Comments

No comments written yet.

Please login to write comment.