Color Hex Logo

#ae982c Color Hex

#AE982C
(174,152,44)
0 Favorites   0 Comments

Color spaces of #ae982c

RGB 17415244
HSL0.140.600.43
HSV50°75°68°
CMYK 0.000.130.75   0.32
XYZ29.138431.63706.9537
Yxy31.63700.43020.4671
Hunter Lab56.2468-5.960732.0428
CIE-Lab63.0417-3.555456.3356

#ae982c color RGB value is (174,152,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 00101100
Octal 256 230 54
Decimal 174 152 44
Hex AE 98 2C

RGB Percentages of Color #ae982c

%47.03
%41.08
%11.89

CMYK Percentages of Color #ae982c

%0
%13
%75
%32

Triadic Colors of #ae982c

#ae982c #2cae98 #982cae

Analogous Colors of #ae982c

#ae982c #83ae2c #ae572c

Monochromatic Colors of #ae982c

#ae982c

Complementary Color

#ae982c #2c42ae

#ae982c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae982c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae982c Color CSS Codes

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

#ae982c Text Font Color

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

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


#ae982c Background Color

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

This div background color is #ae982c


#ae982c Border Color

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

This div border color is #ae982c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae982c


Comments

No comments written yet.

Please login to write comment.