Color Hex Logo

#aeb64d Color Hex

#AEB64D
(174,182,77)
0 Favorites   0 Comments

Color spaces of #aeb64d

RGB 17418277
HSL0.180.420.51
HSV65°58°71°
CMYK 0.040.000.58   0.29
XYZ35.523142.990413.4469
Yxy42.99040.38630.4675
Hunter Lab65.5671-18.034233.7374
CIE-Lab71.5485-17.205151.3476

#aeb64d color RGB value is (174,182,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 01001101
Octal 256 266 115
Decimal 174 182 77
Hex AE B6 4D

RGB Percentages of Color #aeb64d

%40.18
%42.03
%17.78

CMYK Percentages of Color #aeb64d

%4
%0
%58
%29

Triadic Colors of #aeb64d

#aeb64d #4daeb6 #b64dae

Analogous Colors of #aeb64d

#aeb64d #7ab64d #b68a4d

Monochromatic Colors of #aeb64d

#aeb64d

Complementary Color

#aeb64d #554db6

#aeb64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb64d Color CSS Codes

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

#aeb64d Text Font Color

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

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


#aeb64d Background Color

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

This div background color is #aeb64d


#aeb64d Border Color

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

This div border color is #aeb64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb64d


Comments

No comments written yet.

Please login to write comment.