Color Hex Logo

#aeb94f Color Hex

#AEB94F
(174,185,79)
0 Favorites   0 Comments

Color spaces of #aeb94f

RGB 17418579
HSL0.180.430.52
HSV66°57°73°
CMYK 0.060.000.57   0.27
XYZ36.215844.261114.0316
Yxy44.26110.38320.4683
Hunter Lab66.5290-19.257334.0655
CIE-Lab72.4027-18.561151.3972

#aeb94f color RGB value is (174,185,79).

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

The process color (four color CMYK) of #aeb94f color hex is 0.06, 0.00, 0.57, 0.27. Web safe color of #aeb94f is #99cc66. Color #aeb94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111001 01001111
Octal 256 271 117
Decimal 174 185 79
Hex AE B9 4F

RGB Percentages of Color #aeb94f

%39.73
%42.24
%18.04

CMYK Percentages of Color #aeb94f

%6
%0
%57
%27

Triadic Colors of #aeb94f

#aeb94f #4faeb9 #b94fae

Analogous Colors of #aeb94f

#aeb94f #79b94f #b98f4f

Monochromatic Colors of #aeb94f

#aeb94f

Complementary Color

#aeb94f #5a4fb9

#aeb94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb94f Color CSS Codes

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

#aeb94f Text Font Color

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

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


#aeb94f Background Color

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

This div background color is #aeb94f


#aeb94f Border Color

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

This div border color is #aeb94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb94f


Comments

No comments written yet.

Please login to write comment.