Color Hex Logo

#aec414 Color Hex

#AEC414
(174,196,20)
0 Favorites   0 Comments

Color spaces of #aec414

RGB 17419620
HSL0.190.810.42
HSV68°90°77°
CMYK 0.110.000.90   0.23
XYZ37.321848.52908.0618
Yxy48.52900.39740.5167
Hunter Lab69.6628-26.278541.9025
CIE-Lab75.1574-26.781773.1857

#aec414 color RGB value is (174,196,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000100 00010100
Octal 256 304 24
Decimal 174 196 20
Hex AE C4 14

RGB Percentages of Color #aec414

%44.62
%50.26
%5.13

CMYK Percentages of Color #aec414

%11
%0
%90
%23

Triadic Colors of #aec414

#aec414 #14aec4 #c414ae

Analogous Colors of #aec414

#aec414 #56c414 #c48214

Monochromatic Colors of #aec414

#aec414

Complementary Color

#aec414 #2a14c4

#aec414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec414 Color CSS Codes

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

#aec414 Text Font Color

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

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


#aec414 Background Color

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

This div background color is #aec414


#aec414 Border Color

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

This div border color is #aec414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec414


Comments

No comments written yet.

Please login to write comment.