Color Hex Logo

#aeb329 Color Hex

#AEB329
(174,179,41)
0 Favorites   0 Comments

Color spaces of #aeb329

RGB 17417941
HSL0.170.630.43
HSV62°77°70°
CMYK 0.030.000.77   0.30
XYZ33.975941.39908.2979
Yxy41.39900.40610.4948
Hunter Lab64.3421-18.341537.3931
CIE-Lab70.4546-17.796864.2654

#aeb329 color RGB value is (174,179,41).

#aeb329 hex color red value is 174, green value is 179 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #aeb329 hue: 0.17 , saturation: 0.63 and the lightness value of aeb329 is 0.43.

The process color (four color CMYK) of #aeb329 color hex is 0.03, 0.00, 0.77, 0.30. Web safe color of #aeb329 is #99cc33. Color #aeb329 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 00101001
Octal 256 263 51
Decimal 174 179 41
Hex AE B3 29

RGB Percentages of Color #aeb329

%44.16
%45.43
%10.41

CMYK Percentages of Color #aeb329

%3
%0
%77
%30

Triadic Colors of #aeb329

#aeb329 #29aeb3 #b329ae

Analogous Colors of #aeb329

#aeb329 #69b329 #b37329

Monochromatic Colors of #aeb329

#aeb329

Complementary Color

#aeb329 #2e29b3

#aeb329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb329 Color CSS Codes

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

#aeb329 Text Font Color

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

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


#aeb329 Background Color

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

This div background color is #aeb329


#aeb329 Border Color

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

This div border color is #aeb329


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb329


Comments

No comments written yet.

Please login to write comment.