Color Hex Logo

#aecc1c Color Hex

#AECC1C
(174,204,28)
0 Favorites   0 Comments

Color spaces of #aecc1c

RGB 17420428
HSL0.200.760.45
HSV70°86°80°
CMYK 0.150.000.86   0.20
XYZ39.258052.26829.1183
Yxy52.26820.39010.5193
Hunter Lab72.2967-29.591743.1299
CIE-Lab77.4409-30.399673.6037

#aecc1c color RGB value is (174,204,28).

#aecc1c hex color red value is 174, green value is 204 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #aecc1c hue: 0.20 , saturation: 0.76 and the lightness value of aecc1c is 0.45.

The process color (four color CMYK) of #aecc1c color hex is 0.15, 0.00, 0.86, 0.20. Web safe color of #aecc1c is #99cc33. Color #aecc1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 00011100
Octal 256 314 34
Decimal 174 204 28
Hex AE CC 1C

RGB Percentages of Color #aecc1c

%42.86
%50.25
%6.90

CMYK Percentages of Color #aecc1c

%15
%0
%86
%20

Triadic Colors of #aecc1c

#aecc1c #1caecc #cc1cae

Analogous Colors of #aecc1c

#aecc1c #56cc1c #cc921c

Monochromatic Colors of #aecc1c

#aecc1c

Complementary Color

#aecc1c #3a1ccc

#aecc1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc1c Color CSS Codes

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

#aecc1c Text Font Color

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

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


#aecc1c Background Color

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

This div background color is #aecc1c


#aecc1c Border Color

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

This div border color is #aecc1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc1c


Comments

No comments written yet.

Please login to write comment.