Color Hex Logo

#aea80b Color Hex

#AEA80B
(174,168,11)
0 Favorites   0 Comments

Color spaces of #aea80b

RGB 17416811
HSL0.160.880.36
HSV58°94°68°
CMYK 0.000.030.94   0.32
XYZ31.518637.02815.8025
Yxy37.02810.42390.4980
Hunter Lab60.8507-14.031836.9418
CIE-Lab67.2981-12.961268.3544

#aea80b color RGB value is (174,168,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101000 00001011
Octal 256 250 13
Decimal 174 168 11
Hex AE A8 B

RGB Percentages of Color #aea80b

%49.29
%47.59
%3.12

CMYK Percentages of Color #aea80b

%0
%3
%94
%32

Triadic Colors of #aea80b

#aea80b #0baea8 #a80bae

Analogous Colors of #aea80b

#aea80b #63ae0b #ae570b

Monochromatic Colors of #aea80b

#aea80b

Complementary Color

#aea80b #0b11ae

#aea80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea80b Color CSS Codes

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

#aea80b Text Font Color

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

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


#aea80b Background Color

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

This div background color is #aea80b


#aea80b Border Color

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

This div border color is #aea80b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea80b


Comments

No comments written yet.

Please login to write comment.