Color Hex Logo

#aeca47 Color Hex

#AECA47
(174,202,71)
0 Favorites   0 Comments

Color spaces of #aeca47

RGB 17420271
HSL0.200.550.54
HSV73°65°79°
CMYK 0.140.000.65   0.21
XYZ39.713451.694713.8462
Yxy51.69470.37730.4911
Hunter Lab71.8990-27.228938.9113
CIE-Lab77.0979-27.486859.9394

#aeca47 color RGB value is (174,202,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 01000111
Octal 256 312 107
Decimal 174 202 71
Hex AE CA 47

RGB Percentages of Color #aeca47

%38.93
%45.19
%15.88

CMYK Percentages of Color #aeca47

%14
%0
%65
%21

Triadic Colors of #aeca47

#aeca47 #47aeca #ca47ae

Analogous Colors of #aeca47

#aeca47 #6dca47 #caa547

Monochromatic Colors of #aeca47

#aeca47

Complementary Color

#aeca47 #6347ca

#aeca47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca47 Color CSS Codes

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

#aeca47 Text Font Color

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

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


#aeca47 Background Color

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

This div background color is #aeca47


#aeca47 Border Color

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

This div border color is #aeca47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca47


Comments

No comments written yet.

Please login to write comment.