Color Hex Logo

#aeaa0b Color Hex

#AEAA0B
(174,170,11)
0 Favorites   0 Comments

Color spaces of #aeaa0b

RGB 17417011
HSL0.160.880.36
HSV59°94°68°
CMYK 0.000.020.94   0.32
XYZ31.890737.77235.9266
Yxy37.77230.42190.4997
Hunter Lab61.4592-14.931337.3040
CIE-Lab67.8525-13.994068.7774

#aeaa0b color RGB value is (174,170,11).

#aeaa0b hex color red value is 174, green value is 170 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #aeaa0b hue: 0.16 , saturation: 0.88 and the lightness value of aeaa0b is 0.36.

The process color (four color CMYK) of #aeaa0b color hex is 0.00, 0.02, 0.94, 0.32. Web safe color of #aeaa0b is #999900. Color #aeaa0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 00001011
Octal 256 252 13
Decimal 174 170 11
Hex AE AA B

RGB Percentages of Color #aeaa0b

%49.01
%47.89
%3.10

CMYK Percentages of Color #aeaa0b

%0
%2
%94
%32

Triadic Colors of #aeaa0b

#aeaa0b #0baeaa #aa0bae

Analogous Colors of #aeaa0b

#aeaa0b #61ae0b #ae580b

Monochromatic Colors of #aeaa0b

#aeaa0b

Complementary Color

#aeaa0b #0b0fae

#aeaa0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaa0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaa0b Color CSS Codes

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

#aeaa0b Text Font Color

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

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


#aeaa0b Background Color

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

This div background color is #aeaa0b


#aeaa0b Border Color

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

This div border color is #aeaa0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaa0b


Comments

No comments written yet.

Please login to write comment.