Color Hex Logo

#aecc49 Color Hex

#AECC49
(174,204,73)
0 Favorites   0 Comments

Color spaces of #aecc49

RGB 17420473
HSL0.200.560.54
HSV74°64°80°
CMYK 0.150.000.64   0.20
XYZ40.251052.665414.3473
Yxy52.66540.37530.4910
Hunter Lab72.5709-27.995339.0780
CIE-Lab77.6770-28.303859.7389

#aecc49 color RGB value is (174,204,73).

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

The process color (four color CMYK) of #aecc49 color hex is 0.15, 0.00, 0.64, 0.20. Web safe color of #aecc49 is #99cc33. Color #aecc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 01001001
Octal 256 314 111
Decimal 174 204 73
Hex AE CC 49

RGB Percentages of Color #aecc49

%38.58
%45.23
%16.19

CMYK Percentages of Color #aecc49

%15
%0
%64
%20

Triadic Colors of #aecc49

#aecc49 #49aecc #cc49ae

Analogous Colors of #aecc49

#aecc49 #6dcc49 #cca949

Monochromatic Colors of #aecc49

#aecc49

Complementary Color

#aecc49 #6749cc

#aecc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc49 Color CSS Codes

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

#aecc49 Text Font Color

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

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


#aecc49 Background Color

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

This div background color is #aecc49


#aecc49 Border Color

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

This div border color is #aecc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc49


Comments

No comments written yet.

Please login to write comment.