Color Hex Logo

#aec116 Color Hex

#AEC116
(174,193,22)
0 Favorites   0 Comments

Color spaces of #aec116

RGB 17419322
HSL0.190.800.42
HSV67°89°76°
CMYK 0.100.000.89   0.24
XYZ36.670347.19657.9362
Yxy47.19650.39940.5141
Hunter Lab68.6997-24.945441.2406
CIE-Lab74.3153-25.295172.1722

#aec116 color RGB value is (174,193,22).

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

The process color (four color CMYK) of #aec116 color hex is 0.10, 0.00, 0.89, 0.24. Web safe color of #aec116 is #99cc00. Color #aec116 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000001 00010110
Octal 256 301 26
Decimal 174 193 22
Hex AE C1 16

RGB Percentages of Color #aec116

%44.73
%49.61
%5.66

CMYK Percentages of Color #aec116

%10
%0
%89
%24

Triadic Colors of #aec116

#aec116 #16aec1 #c116ae

Analogous Colors of #aec116

#aec116 #59c116 #c17f16

Monochromatic Colors of #aec116

#aec116

Complementary Color

#aec116 #2916c1

#aec116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec116 Color CSS Codes

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

#aec116 Text Font Color

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

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


#aec116 Background Color

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

This div background color is #aec116


#aec116 Border Color

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

This div border color is #aec116


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,193,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 #aec116">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec116


Comments

No comments written yet.

Please login to write comment.