Color Hex Logo

#aeca14 Color Hex

#AECA14
(174,202,20)
0 Favorites   0 Comments

Color spaces of #aeca14

RGB 17420220
HSL0.190.820.44
HSV69°90°79°
CMYK 0.140.000.90   0.21
XYZ38.702451.29028.5220
Yxy51.29020.39290.5206
Hunter Lab71.6172-28.867543.0769
CIE-Lab76.8545-29.636774.5432

#aeca14 color RGB value is (174,202,20).

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

The process color (four color CMYK) of #aeca14 color hex is 0.14, 0.00, 0.90, 0.21. Web safe color of #aeca14 is #99cc00. Color #aeca14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001010 00010100
Octal 256 312 24
Decimal 174 202 20
Hex AE CA 14

RGB Percentages of Color #aeca14

%43.94
%51.01
%5.05

CMYK Percentages of Color #aeca14

%14
%0
%90
%21

Triadic Colors of #aeca14

#aeca14 #14aeca #ca14ae

Analogous Colors of #aeca14

#aeca14 #53ca14 #ca8b14

Monochromatic Colors of #aeca14

#aeca14

Complementary Color

#aeca14 #3014ca

#aeca14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeca14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeca14 Color CSS Codes

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

#aeca14 Text Font Color

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

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


#aeca14 Background Color

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

This div background color is #aeca14


#aeca14 Border Color

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

This div border color is #aeca14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeca14


Comments

No comments written yet.

Please login to write comment.