Color Hex Logo

#aeb64f Color Hex

#AEB64F
(174,182,79)
0 Favorites   0 Comments

Color spaces of #aeb64f

RGB 17418279
HSL0.180.410.51
HSV65°57°71°
CMYK 0.040.000.57   0.29
XYZ35.594843.019113.8246
Yxy43.01910.38510.4654
Hunter Lab65.5889-17.909633.4153
CIE-Lab71.5679-17.046950.4573

#aeb64f color RGB value is (174,182,79).

#aeb64f hex color red value is 174, green value is 182 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aeb64f hue: 0.18 , saturation: 0.41 and the lightness value of aeb64f is 0.51.

The process color (four color CMYK) of #aeb64f color hex is 0.04, 0.00, 0.57, 0.29. Web safe color of #aeb64f is #99cc66. Color #aeb64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 01001111
Octal 256 266 117
Decimal 174 182 79
Hex AE B6 4F

RGB Percentages of Color #aeb64f

%40.00
%41.84
%18.16

CMYK Percentages of Color #aeb64f

%4
%0
%57
%29

Triadic Colors of #aeb64f

#aeb64f #4faeb6 #b64fae

Analogous Colors of #aeb64f

#aeb64f #7bb64f #b68b4f

Monochromatic Colors of #aeb64f

#aeb64f

Complementary Color

#aeb64f #574fb6

#aeb64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb64f Color CSS Codes

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

#aeb64f Text Font Color

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

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


#aeb64f Background Color

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

This div background color is #aeb64f


#aeb64f Border Color

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

This div border color is #aeb64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb64f


Comments

No comments written yet.

Please login to write comment.