Color Hex Logo

#aea11b Color Hex

#AEA11B
(174,161,27)
0 Favorites   0 Comments

Color spaces of #aea11b

RGB 17416127
HSL0.150.730.39
HSV55°84°68°
CMYK 0.000.070.84   0.32
XYZ30.398334.56756.1070
Yxy34.56750.42770.4864
Hunter Lab58.7941-10.600034.9974
CIE-Lab65.4105-8.975163.8058

#aea11b color RGB value is (174,161,27).

#aea11b hex color red value is 174, green value is 161 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #aea11b hue: 0.15 , saturation: 0.73 and the lightness value of aea11b is 0.39.

The process color (four color CMYK) of #aea11b color hex is 0.00, 0.07, 0.84, 0.32. Web safe color of #aea11b is #999933. Color #aea11b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100001 00011011
Octal 256 241 33
Decimal 174 161 27
Hex AE A1 1B

RGB Percentages of Color #aea11b

%48.07
%44.48
%7.46

CMYK Percentages of Color #aea11b

%0
%7
%84
%32

Triadic Colors of #aea11b

#aea11b #1baea1 #a11bae

Analogous Colors of #aea11b

#aea11b #72ae1b #ae571b

Monochromatic Colors of #aea11b

#aea11b

Complementary Color

#aea11b #1b28ae

#aea11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea11b Color CSS Codes

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

#aea11b Text Font Color

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

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


#aea11b Background Color

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

This div background color is #aea11b


#aea11b Border Color

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

This div border color is #aea11b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea11b


Comments

No comments written yet.

Please login to write comment.