Color Hex Logo

#aeb044 Color Hex

#AEB044
(174,176,68)
0 Favorites   0 Comments

Color spaces of #aeb044

RGB 17417668
HSL0.170.440.48
HSV61°61°69°
CMYK 0.010.000.61   0.31
XYZ34.024340.466711.4864
Yxy40.46670.39570.4707
Hunter Lab63.6134-15.851033.8237
CIE-Lab69.8007-14.809853.4308

#aeb044 color RGB value is (174,176,68).

#aeb044 hex color red value is 174, green value is 176 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aeb044 hue: 0.17 , saturation: 0.44 and the lightness value of aeb044 is 0.48.

The process color (four color CMYK) of #aeb044 color hex is 0.01, 0.00, 0.61, 0.31. Web safe color of #aeb044 is #999933. Color #aeb044 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01000100
Octal 256 260 104
Decimal 174 176 68
Hex AE B0 44

RGB Percentages of Color #aeb044

%41.63
%42.11
%16.27

CMYK Percentages of Color #aeb044

%1
%0
%61
%31

Triadic Colors of #aeb044

#aeb044 #44aeb0 #b044ae

Analogous Colors of #aeb044

#aeb044 #78b044 #b07c44

Monochromatic Colors of #aeb044

#aeb044

Complementary Color

#aeb044 #4644b0

#aeb044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb044 Color CSS Codes

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

#aeb044 Text Font Color

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

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


#aeb044 Background Color

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

This div background color is #aeb044


#aeb044 Border Color

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

This div border color is #aeb044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb044


Comments

No comments written yet.

Please login to write comment.