Color Hex Logo

#aec915 Color Hex

#AEC915
(174,201,21)
0 Favorites   0 Comments

Color spaces of #aec915

RGB 17420121
HSL0.190.810.44
HSV69°90°79°
CMYK 0.130.000.90   0.21
XYZ38.477650.82618.4919
Yxy50.82610.39340.5197
Hunter Lab71.2924-28.422642.8425
CIE-Lab76.5735-29.144874.1597

#aec915 color RGB value is (174,201,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 00010101
Octal 256 311 25
Decimal 174 201 21
Hex AE C9 15

RGB Percentages of Color #aec915

%43.94
%50.76
%5.30

CMYK Percentages of Color #aec915

%13
%0
%90
%21

Triadic Colors of #aec915

#aec915 #15aec9 #c915ae

Analogous Colors of #aec915

#aec915 #54c915 #c98a15

Monochromatic Colors of #aec915

#aec915

Complementary Color

#aec915 #3015c9

#aec915 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec915 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec915 Color CSS Codes

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

#aec915 Text Font Color

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

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


#aec915 Background Color

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

This div background color is #aec915


#aec915 Border Color

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

This div border color is #aec915


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec915


Comments

No comments written yet.

Please login to write comment.