Color Hex Logo

#aebd2e Color Hex

#AEBD2E
(174,189,46)
0 Favorites   0 Comments

Color spaces of #aebd2e

RGB 17418946
HSL0.180.610.46
HSV66°76°74°
CMYK 0.080.000.76   0.26
XYZ36.146345.59119.4796
Yxy45.59110.39630.4998
Hunter Lab67.5212-22.605238.9408
CIE-Lab73.2794-22.572265.2879

#aebd2e color RGB value is (174,189,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00101110
Octal 256 275 56
Decimal 174 189 46
Hex AE BD 2E

RGB Percentages of Color #aebd2e

%42.54
%46.21
%11.25

CMYK Percentages of Color #aebd2e

%8
%0
%76
%26

Triadic Colors of #aebd2e

#aebd2e #2eaebd #bd2eae

Analogous Colors of #aebd2e

#aebd2e #67bd2e #bd852e

Monochromatic Colors of #aebd2e

#aebd2e

Complementary Color

#aebd2e #3d2ebd

#aebd2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd2e Color CSS Codes

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

#aebd2e Text Font Color

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

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


#aebd2e Background Color

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

This div background color is #aebd2e


#aebd2e Border Color

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

This div border color is #aebd2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd2e


Comments

No comments written yet.

Please login to write comment.