Color Hex Logo

#aeb40d Color Hex

#AEB40D
(174,180,13)
0 Favorites   0 Comments

Color spaces of #aeb40d

RGB 17418013
HSL0.170.870.38
HSV62°93°71°
CMYK 0.030.000.93   0.29
XYZ33.849541.67026.6399
Yxy41.67020.41200.5072
Hunter Lab64.5525-19.366439.0881
CIE-Lab70.6429-19.049370.6622

#aeb40d color RGB value is (174,180,13).

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

The process color (four color CMYK) of #aeb40d color hex is 0.03, 0.00, 0.93, 0.29. Web safe color of #aeb40d is #99cc00. Color #aeb40d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 00001101
Octal 256 264 15
Decimal 174 180 13
Hex AE B4 D

RGB Percentages of Color #aeb40d

%47.41
%49.05
%3.54

CMYK Percentages of Color #aeb40d

%3
%0
%93
%29

Triadic Colors of #aeb40d

#aeb40d #0daeb4 #b40dae

Analogous Colors of #aeb40d

#aeb40d #5bb40d #b4670d

Monochromatic Colors of #aeb40d

#aeb40d

Complementary Color

#aeb40d #130db4

#aeb40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb40d Color CSS Codes

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

#aeb40d Text Font Color

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

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


#aeb40d Background Color

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

This div background color is #aeb40d


#aeb40d Border Color

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

This div border color is #aeb40d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,180,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 #aeb40d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb40d


Comments

No comments written yet.

Please login to write comment.