Color Hex Logo

#aec900 Color Hex

#AEC900
(174,201,0)
0 Favorites   0 Comments

Color spaces of #aec900

RGB 1742010
HSL0.191.000.39
HSV68°100°79°
CMYK 0.130.001.00   0.21
XYZ38.342250.77207.7791
Yxy50.77200.39570.5240
Hunter Lab71.2545-28.644143.4052
CIE-Lab76.5407-29.437576.5641

#aec900 color RGB value is (174,201,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001001 00000000
Octal 256 311 0
Decimal 174 201 0
Hex AE C9 0

RGB Percentages of Color #aec900

%46.40
%53.60
%0.00

CMYK Percentages of Color #aec900

%13
%0
%100
%21

Triadic Colors of #aec900

#aec900 #00aec9 #c900ae

Analogous Colors of #aec900

#aec900 #4ac900 #c98000

Monochromatic Colors of #aec900

#aec900

Complementary Color

#aec900 #1b00c9

#aec900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec900 Color CSS Codes

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

#aec900 Text Font Color

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

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


#aec900 Background Color

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

This div background color is #aec900


#aec900 Border Color

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

This div border color is #aec900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec900


Comments

No comments written yet.

Please login to write comment.