Color Hex Logo

#aeca48 Color Hex

#AECA48
(174,202,72)
0 Favorites   0 Comments

Color spaces of #aeca48

RGB 17420272
HSL0.200.550.54
HSV73°64°79°
CMYK 0.140.000.64   0.21
XYZ39.745851.707614.0166
Yxy51.70760.37680.4903
Hunter Lab71.9080-27.176538.7785
CIE-Lab77.1057-27.418659.5419

#aeca48 color RGB value is (174,202,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 01001000
Octal 256 312 110
Decimal 174 202 72
Hex AE CA 48

RGB Percentages of Color #aeca48

%38.84
%45.09
%16.07

CMYK Percentages of Color #aeca48

%14
%0
%64
%21

Triadic Colors of #aeca48

#aeca48 #48aeca #ca48ae

Analogous Colors of #aeca48

#aeca48 #6dca48 #caa548

Monochromatic Colors of #aeca48

#aeca48

Complementary Color

#aeca48 #6448ca

#aeca48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca48 Color CSS Codes

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

#aeca48 Text Font Color

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

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


#aeca48 Background Color

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

This div background color is #aeca48


#aeca48 Border Color

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

This div border color is #aeca48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca48


Comments

No comments written yet.

Please login to write comment.