Color Hex Logo

#aec042 Color Hex

#AEC042
(174,192,66)
0 Favorites   0 Comments

Color spaces of #aec042

RGB 17419266
HSL0.190.500.51
HSV69°66°75°
CMYK 0.090.000.66   0.25
XYZ37.288647.091312.2785
Yxy47.09130.38580.4872
Hunter Lab68.6231-23.096637.4276
CIE-Lab74.2481-22.971258.9747

#aec042 color RGB value is (174,192,66).

#aec042 hex color red value is 174, green value is 192 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #aec042 hue: 0.19 , saturation: 0.50 and the lightness value of aec042 is 0.51.

The process color (four color CMYK) of #aec042 color hex is 0.09, 0.00, 0.66, 0.25. Web safe color of #aec042 is #99cc33. Color #aec042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 01000010
Octal 256 300 102
Decimal 174 192 66
Hex AE C0 42

RGB Percentages of Color #aec042

%40.28
%44.44
%15.28

CMYK Percentages of Color #aec042

%9
%0
%66
%25

Triadic Colors of #aec042

#aec042 #42aec0 #c042ae

Analogous Colors of #aec042

#aec042 #6fc042 #c09342

Monochromatic Colors of #aec042

#aec042

Complementary Color

#aec042 #5442c0

#aec042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec042 Color CSS Codes

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

#aec042 Text Font Color

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

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


#aec042 Background Color

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

This div background color is #aec042


#aec042 Border Color

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

This div border color is #aec042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec042


Comments

No comments written yet.

Please login to write comment.