Color Hex Logo

#aebc0d Color Hex

#AEBC0D
(174,188,13)
0 Favorites   0 Comments

Color spaces of #aebc0d

RGB 17418813
HSL0.180.870.39
HSV65°93°74°
CMYK 0.070.000.93   0.26
XYZ35.511444.99427.1939
Yxy44.99420.40490.5130
Hunter Lab67.0777-22.886940.5957
CIE-Lab72.8881-23.018972.4019

#aebc0d color RGB value is (174,188,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 00001101
Octal 256 274 15
Decimal 174 188 13
Hex AE BC D

RGB Percentages of Color #aebc0d

%46.40
%50.13
%3.47

CMYK Percentages of Color #aebc0d

%7
%0
%93
%26

Triadic Colors of #aebc0d

#aebc0d #0daebc #bc0dae

Analogous Colors of #aebc0d

#aebc0d #57bc0d #bc730d

Monochromatic Colors of #aebc0d

#aebc0d

Complementary Color

#aebc0d #1b0dbc

#aebc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc0d Color CSS Codes

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

#aebc0d Text Font Color

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

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


#aebc0d Background Color

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

This div background color is #aebc0d


#aebc0d Border Color

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

This div border color is #aebc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc0d


Comments

No comments written yet.

Please login to write comment.