Color Hex Logo

#aebc0e Color Hex

#AEBC0E
(174,188,14)
0 Favorites   0 Comments

Color spaces of #aebc0e

RGB 17418814
HSL0.180.860.40
HSV65°93°74°
CMYK 0.070.000.93   0.26
XYZ35.518044.99687.2287
Yxy44.99680.40480.5128
Hunter Lab67.0797-22.875440.5665
CIE-Lab72.8898-23.004072.2747

#aebc0e color RGB value is (174,188,14).

#aebc0e hex color red value is 174, green value is 188 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #aebc0e hue: 0.18 , saturation: 0.86 and the lightness value of aebc0e is 0.40.

The process color (four color CMYK) of #aebc0e color hex is 0.07, 0.00, 0.93, 0.26. Web safe color of #aebc0e is #99cc00. Color #aebc0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 00001110
Octal 256 274 16
Decimal 174 188 14
Hex AE BC E

RGB Percentages of Color #aebc0e

%46.28
%50.00
%3.72

CMYK Percentages of Color #aebc0e

%7
%0
%93
%26

Triadic Colors of #aebc0e

#aebc0e #0eaebc #bc0eae

Analogous Colors of #aebc0e

#aebc0e #57bc0e #bc730e

Monochromatic Colors of #aebc0e

#aebc0e

Complementary Color

#aebc0e #1c0ebc

#aebc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc0e Color CSS Codes

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

#aebc0e Text Font Color

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

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


#aebc0e Background Color

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

This div background color is #aebc0e


#aebc0e Border Color

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

This div border color is #aebc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc0e


Comments

No comments written yet.

Please login to write comment.