Color Hex Logo

#aec416 Color Hex

#AEC416
(174,196,22)
0 Favorites   0 Comments

Color spaces of #aec416

RGB 17419622
HSL0.190.800.43
HSV68°89°77°
CMYK 0.110.000.89   0.23
XYZ37.340348.53658.1595
Yxy48.53650.39710.5161
Hunter Lab69.6681-26.247941.8237
CIE-Lab75.1621-26.741572.8559

#aec416 color RGB value is (174,196,22).

#aec416 hex color red value is 174, green value is 196 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #aec416 hue: 0.19 , saturation: 0.80 and the lightness value of aec416 is 0.43.

The process color (four color CMYK) of #aec416 color hex is 0.11, 0.00, 0.89, 0.23. Web safe color of #aec416 is #99cc00. Color #aec416 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 00010110
Octal 256 304 26
Decimal 174 196 22
Hex AE C4 16

RGB Percentages of Color #aec416

%44.39
%50.00
%5.61

CMYK Percentages of Color #aec416

%11
%0
%89
%23

Triadic Colors of #aec416

#aec416 #16aec4 #c416ae

Analogous Colors of #aec416

#aec416 #57c416 #c48316

Monochromatic Colors of #aec416

#aec416

Complementary Color

#aec416 #2c16c4

#aec416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec416 Color CSS Codes

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

#aec416 Text Font Color

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

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


#aec416 Background Color

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

This div background color is #aec416


#aec416 Border Color

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

This div border color is #aec416


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec416


Comments

No comments written yet.

Please login to write comment.