Color Hex Logo

#ae981e Color Hex

#AE981E
(174,152,30)
0 Favorites   0 Comments

Color spaces of #ae981e

RGB 17415230
HSL0.140.710.40
HSV51°83°68°
CMYK 0.000.130.83   0.32
XYZ28.918131.54895.7937
Yxy31.54890.43640.4761
Hunter Lab56.1684-6.394633.2022
CIE-Lab62.9683-4.090760.9273

#ae981e color RGB value is (174,152,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 00011110
Octal 256 230 36
Decimal 174 152 30
Hex AE 98 1E

RGB Percentages of Color #ae981e

%48.88
%42.70
%8.43

CMYK Percentages of Color #ae981e

%0
%13
%83
%32

Triadic Colors of #ae981e

#ae981e #1eae98 #981eae

Analogous Colors of #ae981e

#ae981e #7cae1e #ae501e

Monochromatic Colors of #ae981e

#ae981e

Complementary Color

#ae981e #1e34ae

#ae981e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae981e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae981e Color CSS Codes

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

#ae981e Text Font Color

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

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


#ae981e Background Color

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

This div background color is #ae981e


#ae981e Border Color

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

This div border color is #ae981e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae981e


Comments

No comments written yet.

Please login to write comment.