Color Hex Logo

#aeb744 Color Hex

#AEB744
(174,183,68)
0 Favorites   0 Comments

Color spaces of #aeb744

RGB 17418368
HSL0.180.460.49
HSV65°63°72°
CMYK 0.050.000.63   0.28
XYZ35.432443.283011.9558
Yxy43.28300.39080.4774
Hunter Lab65.7898-18.997535.2783
CIE-Lab71.7466-18.366155.5158

#aeb744 color RGB value is (174,183,68).

#aeb744 hex color red value is 174, green value is 183 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aeb744 hue: 0.18 , saturation: 0.46 and the lightness value of aeb744 is 0.49.

The process color (four color CMYK) of #aeb744 color hex is 0.05, 0.00, 0.63, 0.28. Web safe color of #aeb744 is #99cc33. Color #aeb744 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 01000100
Octal 256 267 104
Decimal 174 183 68
Hex AE B7 44

RGB Percentages of Color #aeb744

%40.94
%43.06
%16.00

CMYK Percentages of Color #aeb744

%5
%0
%63
%28

Triadic Colors of #aeb744

#aeb744 #44aeb7 #b744ae

Analogous Colors of #aeb744

#aeb744 #75b744 #b78744

Monochromatic Colors of #aeb744

#aeb744

Complementary Color

#aeb744 #4d44b7

#aeb744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb744 Color CSS Codes

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

#aeb744 Text Font Color

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

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


#aeb744 Background Color

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

This div background color is #aeb744


#aeb744 Border Color

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

This div border color is #aeb744


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,183,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 #aeb744">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb744


Comments

No comments written yet.

Please login to write comment.