Color Hex Logo

#aebd2c Color Hex

#AEBD2C
(174,189,44)
0 Favorites   0 Comments

Color spaces of #aebd2c

RGB 17418944
HSL0.180.620.46
HSV66°77°74°
CMYK 0.080.000.77   0.26
XYZ36.107845.57579.2768
Yxy45.57570.39700.5011
Hunter Lab67.5098-22.670939.1096
CIE-Lab73.2694-22.657565.9073

#aebd2c color RGB value is (174,189,44).

#aebd2c hex color red value is 174, green value is 189 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #aebd2c hue: 0.18 , saturation: 0.62 and the lightness value of aebd2c is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00101100
Octal 256 275 54
Decimal 174 189 44
Hex AE BD 2C

RGB Percentages of Color #aebd2c

%42.75
%46.44
%10.81

CMYK Percentages of Color #aebd2c

%8
%0
%77
%26

Triadic Colors of #aebd2c

#aebd2c #2caebd #bd2cae

Analogous Colors of #aebd2c

#aebd2c #66bd2c #bd842c

Monochromatic Colors of #aebd2c

#aebd2c

Complementary Color

#aebd2c #3b2cbd

#aebd2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd2c Color CSS Codes

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

#aebd2c Text Font Color

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

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


#aebd2c Background Color

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

This div background color is #aebd2c


#aebd2c Border Color

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

This div border color is #aebd2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd2c


Comments

No comments written yet.

Please login to write comment.