Color Hex Logo

#aebd1e Color Hex

#AEBD1E
(174,189,30)
0 Favorites   0 Comments

Color spaces of #aebd1e

RGB 17418930
HSL0.180.730.43
HSV66°84°74°
CMYK 0.080.000.84   0.26
XYZ35.887545.48768.1168
Yxy45.48760.40100.5083
Hunter Lab67.4445-23.047340.0757
CIE-Lab73.2118-23.147469.6407

#aebd1e color RGB value is (174,189,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 00011110
Octal 256 275 36
Decimal 174 189 30
Hex AE BD 1E

RGB Percentages of Color #aebd1e

%44.27
%48.09
%7.63

CMYK Percentages of Color #aebd1e

%8
%0
%84
%26

Triadic Colors of #aebd1e

#aebd1e #1eaebd #bd1eae

Analogous Colors of #aebd1e

#aebd1e #5fbd1e #bd7d1e

Monochromatic Colors of #aebd1e

#aebd1e

Complementary Color

#aebd1e #2d1ebd

#aebd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd1e Color CSS Codes

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

#aebd1e Text Font Color

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

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


#aebd1e Background Color

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

This div background color is #aebd1e


#aebd1e Border Color

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

This div border color is #aebd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd1e


Comments

No comments written yet.

Please login to write comment.