Color Hex Logo

#aec00a Color Hex

#AEC00A
(174,192,10)
0 Favorites   0 Comments

Color spaces of #aec00a

RGB 17419210
HSL0.180.900.40
HSV66°95°75°
CMYK 0.090.000.95   0.25
XYZ36.360046.71997.3886
Yxy46.71990.40190.5164
Hunter Lab68.3520-24.662441.4373
CIE-Lab74.0102-25.009973.6138

#aec00a color RGB value is (174,192,10).

#aec00a hex color red value is 174, green value is 192 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #aec00a hue: 0.18 , saturation: 0.90 and the lightness value of aec00a is 0.40.

The process color (four color CMYK) of #aec00a color hex is 0.09, 0.00, 0.95, 0.25. Web safe color of #aec00a is #99cc00. Color #aec00a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00001010
Octal 256 300 12
Decimal 174 192 10
Hex AE C0 A

RGB Percentages of Color #aec00a

%46.28
%51.06
%2.66

CMYK Percentages of Color #aec00a

%9
%0
%95
%25

Triadic Colors of #aec00a

#aec00a #0aaec0 #c00aae

Analogous Colors of #aec00a

#aec00a #53c00a #c0770a

Monochromatic Colors of #aec00a

#aec00a

Complementary Color

#aec00a #1c0ac0

#aec00a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec00a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec00a Color CSS Codes

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

#aec00a Text Font Color

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

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


#aec00a Background Color

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

This div background color is #aec00a


#aec00a Border Color

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

This div border color is #aec00a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec00a


Comments

No comments written yet.

Please login to write comment.