Color Hex Logo

#aecc18 Color Hex

#AECC18
(174,204,24)
0 Favorites   0 Comments

Color spaces of #aecc18

RGB 17420424
HSL0.190.790.45
HSV70°88°80°
CMYK 0.150.000.88   0.20
XYZ39.213352.25038.8827
Yxy52.25030.39080.5207
Hunter Lab72.2844-29.663843.3132
CIE-Lab77.4303-30.495074.3456

#aecc18 color RGB value is (174,204,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001100 00011000
Octal 256 314 30
Decimal 174 204 24
Hex AE CC 18

RGB Percentages of Color #aecc18

%43.28
%50.75
%5.97

CMYK Percentages of Color #aecc18

%15
%0
%88
%20

Triadic Colors of #aecc18

#aecc18 #18aecc #cc18ae

Analogous Colors of #aecc18

#aecc18 #54cc18 #cc9018

Monochromatic Colors of #aecc18

#aecc18

Complementary Color

#aecc18 #3618cc

#aecc18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecc18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecc18 Color CSS Codes

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

#aecc18 Text Font Color

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

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


#aecc18 Background Color

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

This div background color is #aecc18


#aecc18 Border Color

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

This div border color is #aecc18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecc18


Comments

No comments written yet.

Please login to write comment.