Color Hex Logo

#aebd4a Color Hex

#AEBD4A
(174,189,74)
0 Favorites   0 Comments

Color spaces of #aebd4a

RGB 17418974
HSL0.190.470.52
HSV68°61°74°
CMYK 0.080.000.61   0.26
XYZ36.889245.888313.3916
Yxy45.88830.38360.4772
Hunter Lab67.7409-21.342135.6977
CIE-Lab73.4730-20.941754.8025

#aebd4a color RGB value is (174,189,74).

#aebd4a hex color red value is 174, green value is 189 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aebd4a hue: 0.19 , saturation: 0.47 and the lightness value of aebd4a is 0.52.

The process color (four color CMYK) of #aebd4a color hex is 0.08, 0.00, 0.61, 0.26. Web safe color of #aebd4a is #99cc33. Color #aebd4a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 01001010
Octal 256 275 112
Decimal 174 189 74
Hex AE BD 4A

RGB Percentages of Color #aebd4a

%39.82
%43.25
%16.93

CMYK Percentages of Color #aebd4a

%8
%0
%61
%26

Triadic Colors of #aebd4a

#aebd4a #4aaebd #bd4aae

Analogous Colors of #aebd4a

#aebd4a #75bd4a #bd934a

Monochromatic Colors of #aebd4a

#aebd4a

Complementary Color

#aebd4a #594abd

#aebd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd4a Color CSS Codes

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

#aebd4a Text Font Color

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

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


#aebd4a Background Color

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

This div background color is #aebd4a


#aebd4a Border Color

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

This div border color is #aebd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd4a


Comments

No comments written yet.

Please login to write comment.