Color Hex Logo

#ae981a Color Hex

#AE981A
(174,152,26)
0 Favorites   0 Comments

Color spaces of #ae981a

RGB 17415226
HSL0.140.740.39
HSV51°85°68°
CMYK 0.000.130.85   0.32
XYZ28.870231.52975.5415
Yxy31.52970.43780.4781
Hunter Lab56.1513-6.489033.4547
CIE-Lab62.9523-4.207462.0074

#ae981a color RGB value is (174,152,26).

#ae981a hex color red value is 174, green value is 152 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #ae981a hue: 0.14 , saturation: 0.74 and the lightness value of ae981a is 0.39.

The process color (four color CMYK) of #ae981a color hex is 0.00, 0.13, 0.85, 0.32. Web safe color of #ae981a is #999933. Color #ae981a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 00011010
Octal 256 230 32
Decimal 174 152 26
Hex AE 98 1A

RGB Percentages of Color #ae981a

%49.43
%43.18
%7.39

CMYK Percentages of Color #ae981a

%0
%13
%85
%32

Triadic Colors of #ae981a

#ae981a #1aae98 #981aae

Analogous Colors of #ae981a

#ae981a #7aae1a #ae4e1a

Monochromatic Colors of #ae981a

#ae981a

Complementary Color

#ae981a #1a30ae

#ae981a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae981a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae981a Color CSS Codes

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

#ae981a Text Font Color

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

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


#ae981a Background Color

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

This div background color is #ae981a


#ae981a Border Color

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

This div border color is #ae981a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae981a


Comments

No comments written yet.

Please login to write comment.