Color Hex Logo

#aeb84f Color Hex

#AEB84F
(174,184,79)
0 Favorites   0 Comments

Color spaces of #aeb84f

RGB 17418479
HSL0.180.430.52
HSV66°57°72°
CMYK 0.050.000.57   0.28
XYZ36.007343.844213.9621
Yxy43.84420.38380.4674
Hunter Lab66.2150-18.808933.8486
CIE-Lab72.1242-18.057951.0842

#aeb84f color RGB value is (174,184,79).

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

The process color (four color CMYK) of #aeb84f color hex is 0.05, 0.00, 0.57, 0.28. Web safe color of #aeb84f is #99cc66. Color #aeb84f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 01001111
Octal 256 270 117
Decimal 174 184 79
Hex AE B8 4F

RGB Percentages of Color #aeb84f

%39.82
%42.11
%18.08

CMYK Percentages of Color #aeb84f

%5
%0
%57
%28

Triadic Colors of #aeb84f

#aeb84f #4faeb8 #b84fae

Analogous Colors of #aeb84f

#aeb84f #7ab84f #b88e4f

Monochromatic Colors of #aeb84f

#aeb84f

Complementary Color

#aeb84f #594fb8

#aeb84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb84f Color CSS Codes

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

#aeb84f Text Font Color

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

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


#aeb84f Background Color

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

This div background color is #aeb84f


#aeb84f Border Color

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

This div border color is #aeb84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb84f


Comments

No comments written yet.

Please login to write comment.