Color Hex Logo

#aecc14 Color Hex

#AECC14
(174,204,20)
0 Favorites   0 Comments

Color spaces of #aecc14

RGB 17420420
HSL0.190.820.44
HSV70°90°80°
CMYK 0.150.000.90   0.20
XYZ39.174752.23498.6794
Yxy52.23490.39140.5219
Hunter Lab72.2737-29.726243.4714
CIE-Lab77.4211-30.577674.9966

#aecc14 color RGB value is (174,204,20).

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

The process color (four color CMYK) of #aecc14 color hex is 0.15, 0.00, 0.90, 0.20. Web safe color of #aecc14 is #99cc00. Color #aecc14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 00010100
Octal 256 314 24
Decimal 174 204 20
Hex AE CC 14

RGB Percentages of Color #aecc14

%43.72
%51.26
%5.03

CMYK Percentages of Color #aecc14

%15
%0
%90
%20

Triadic Colors of #aecc14

#aecc14 #14aecc #cc14ae

Analogous Colors of #aecc14

#aecc14 #52cc14 #cc8e14

Monochromatic Colors of #aecc14

#aecc14

Complementary Color

#aecc14 #3214cc

#aecc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc14 Color CSS Codes

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

#aecc14 Text Font Color

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

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


#aecc14 Background Color

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

This div background color is #aecc14


#aecc14 Border Color

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

This div border color is #aecc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc14


Comments

No comments written yet.

Please login to write comment.