Color Hex Logo

#aec728 Color Hex

#AEC728
(174,199,40)
0 Favorites   0 Comments

Color spaces of #aec728

RGB 17419940
HSL0.190.670.47
HSV69°80°78°
CMYK 0.130.000.80   0.22
XYZ38.262049.99879.6416
Yxy49.99870.39080.5107
Hunter Lab70.7098-27.153341.4124
CIE-Lab76.0685-27.659869.5945

#aec728 color RGB value is (174,199,40).

#aec728 hex color red value is 174, green value is 199 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #aec728 hue: 0.19 , saturation: 0.67 and the lightness value of aec728 is 0.47.

The process color (four color CMYK) of #aec728 color hex is 0.13, 0.00, 0.80, 0.22. Web safe color of #aec728 is #99cc33. Color #aec728 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000111 00101000
Octal 256 307 50
Decimal 174 199 40
Hex AE C7 28

RGB Percentages of Color #aec728

%42.13
%48.18
%9.69

CMYK Percentages of Color #aec728

%13
%0
%80
%22

Triadic Colors of #aec728

#aec728 #28aec7 #c728ae

Analogous Colors of #aec728

#aec728 #5fc728 #c79128

Monochromatic Colors of #aec728

#aec728

Complementary Color

#aec728 #4128c7

#aec728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec728 Color CSS Codes

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

#aec728 Text Font Color

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

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


#aec728 Background Color

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

This div background color is #aec728


#aec728 Border Color

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

This div border color is #aec728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec728


Comments

No comments written yet.

Please login to write comment.