Color Hex Logo

#aec815 Color Hex

#AEC815
(174,200,21)
0 Favorites   0 Comments

Color spaces of #aec815

RGB 17420021
HSL0.190.810.43
HSV69°90°78°
CMYK 0.130.000.90   0.22
XYZ38.245250.36148.4144
Yxy50.36140.39420.5191
Hunter Lab70.9658-27.992042.6460
CIE-Lab76.2906-28.671173.9325

#aec815 color RGB value is (174,200,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 00010101
Octal 256 310 25
Decimal 174 200 21
Hex AE C8 15

RGB Percentages of Color #aec815

%44.05
%50.63
%5.32

CMYK Percentages of Color #aec815

%13
%0
%90
%22

Triadic Colors of #aec815

#aec815 #15aec8 #c815ae

Analogous Colors of #aec815

#aec815 #54c815 #c88915

Monochromatic Colors of #aec815

#aec815

Complementary Color

#aec815 #2f15c8

#aec815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec815 Color CSS Codes

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

#aec815 Text Font Color

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

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


#aec815 Background Color

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

This div background color is #aec815


#aec815 Border Color

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

This div border color is #aec815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec815


Comments

No comments written yet.

Please login to write comment.