Color Hex Logo

#aec505 Color Hex

#AEC505
(174,197,5)
0 Favorites   0 Comments

Color spaces of #aec505

RGB 1741975
HSL0.190.950.40
HSV67°97°77°
CMYK 0.120.000.97   0.23
XYZ37.449248.94217.6166
Yxy48.94210.39840.5206
Hunter Lab69.9586-26.875742.5160
CIE-Lab75.4153-27.477475.2057

#aec505 color RGB value is (174,197,5).

#aec505 hex color red value is 174, green value is 197 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aec505 hue: 0.19 , saturation: 0.95 and the lightness value of aec505 is 0.40.

The process color (four color CMYK) of #aec505 color hex is 0.12, 0.00, 0.97, 0.23. Web safe color of #aec505 is #99cc00. Color #aec505 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000101 00000101
Octal 256 305 5
Decimal 174 197 5
Hex AE C5 5

RGB Percentages of Color #aec505

%46.28
%52.39
%1.33

CMYK Percentages of Color #aec505

%12
%0
%97
%23

Triadic Colors of #aec505

#aec505 #05aec5 #c505ae

Analogous Colors of #aec505

#aec505 #4ec505 #c57c05

Monochromatic Colors of #aec505

#aec505

Complementary Color

#aec505 #1c05c5

#aec505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec505 Color CSS Codes

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

#aec505 Text Font Color

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

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


#aec505 Background Color

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

This div background color is #aec505


#aec505 Border Color

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

This div border color is #aec505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec505


Comments

No comments written yet.

Please login to write comment.