Color Hex Logo

#aec026 Color Hex

#AEC026
(174,192,38)
0 Favorites   0 Comments

Color spaces of #aec026

RGB 17419238
HSL0.190.670.45
HSV67°80°75°
CMYK 0.090.000.80   0.25
XYZ36.655046.83798.9424
Yxy46.83790.39650.5067
Hunter Lab68.4382-24.163640.1597
CIE-Lab74.0860-24.357368.3856

#aec026 color RGB value is (174,192,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11000000 00100110
Octal 256 300 46
Decimal 174 192 38
Hex AE C0 26

RGB Percentages of Color #aec026

%43.07
%47.52
%9.41

CMYK Percentages of Color #aec026

%9
%0
%80
%25

Triadic Colors of #aec026

#aec026 #26aec0 #c026ae

Analogous Colors of #aec026

#aec026 #61c026 #c08526

Monochromatic Colors of #aec026

#aec026

Complementary Color

#aec026 #3826c0

#aec026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec026 Color CSS Codes

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

#aec026 Text Font Color

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

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


#aec026 Background Color

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

This div background color is #aec026


#aec026 Border Color

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

This div border color is #aec026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec026


Comments

No comments written yet.

Please login to write comment.