Color Hex Logo

#aeb11d Color Hex

#AEB11D
(174,177,29)
0 Favorites   0 Comments

Color spaces of #aeb11d

RGB 17417729
HSL0.170.720.40
HSV61°84°69°
CMYK 0.020.000.84   0.31
XYZ33.399540.53177.2255
Yxy40.53170.41150.4994
Hunter Lab63.6645-17.768737.8361
CIE-Lab69.8466-17.194267.0397

#aeb11d color RGB value is (174,177,29).

#aeb11d hex color red value is 174, green value is 177 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #aeb11d hue: 0.17 , saturation: 0.72 and the lightness value of aeb11d is 0.40.

The process color (four color CMYK) of #aeb11d color hex is 0.02, 0.00, 0.84, 0.31. Web safe color of #aeb11d is #999933. Color #aeb11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00011101
Octal 256 261 35
Decimal 174 177 29
Hex AE B1 1D

RGB Percentages of Color #aeb11d

%45.79
%46.58
%7.63

CMYK Percentages of Color #aeb11d

%2
%0
%84
%31

Triadic Colors of #aeb11d

#aeb11d #1daeb1 #b11dae

Analogous Colors of #aeb11d

#aeb11d #64b11d #b16a1d

Monochromatic Colors of #aeb11d

#aeb11d

Complementary Color

#aeb11d #201db1

#aeb11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb11d Color CSS Codes

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

#aeb11d Text Font Color

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

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


#aeb11d Background Color

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

This div background color is #aeb11d


#aeb11d Border Color

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

This div border color is #aeb11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb11d


Comments

No comments written yet.

Please login to write comment.