Color Hex Logo

#ae940c Color Hex

#AE940C
(174,148,12)
0 Favorites   0 Comments

Color spaces of #ae940c

RGB 17414812
HSL0.140.870.36
HSV50°93°68°
CMYK 0.000.150.93   0.32
XYZ28.111830.20504.6963
Yxy30.20500.44610.4793
Hunter Lab54.9591-4.874933.4050
CIE-Lab61.8307-2.342364.0515

#ae940c color RGB value is (174,148,12).

#ae940c hex color red value is 174, green value is 148 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ae940c hue: 0.14 , saturation: 0.87 and the lightness value of ae940c is 0.36.

The process color (four color CMYK) of #ae940c color hex is 0.00, 0.15, 0.93, 0.32. Web safe color of #ae940c is #999900. Color #ae940c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 00001100
Octal 256 224 14
Decimal 174 148 12
Hex AE 94 C

RGB Percentages of Color #ae940c

%52.10
%44.31
%3.59

CMYK Percentages of Color #ae940c

%0
%15
%93
%32

Triadic Colors of #ae940c

#ae940c #0cae94 #940cae

Analogous Colors of #ae940c

#ae940c #77ae0c #ae430c

Monochromatic Colors of #ae940c

#ae940c

Complementary Color

#ae940c #0c26ae

#ae940c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae940c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae940c Color CSS Codes

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

#ae940c Text Font Color

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

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


#ae940c Background Color

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

This div background color is #ae940c


#ae940c Border Color

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

This div border color is #ae940c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae940c


Comments

No comments written yet.

Please login to write comment.