Color Hex Logo

#ae940a Color Hex

#AE940A
(174,148,10)
0 Favorites   0 Comments

Color spaces of #ae940a

RGB 17414810
HSL0.140.890.36
HSV50°94°68°
CMYK 0.000.150.94   0.32
XYZ28.100230.20044.6354
Yxy30.20040.44650.4799
Hunter Lab54.9549-4.898333.4674
CIE-Lab61.8267-2.371164.3492

#ae940a color RGB value is (174,148,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 00001010
Octal 256 224 12
Decimal 174 148 10
Hex AE 94 A

RGB Percentages of Color #ae940a

%52.41
%44.58
%3.01

CMYK Percentages of Color #ae940a

%0
%15
%94
%32

Triadic Colors of #ae940a

#ae940a #0aae94 #940aae

Analogous Colors of #ae940a

#ae940a #76ae0a #ae420a

Monochromatic Colors of #ae940a

#ae940a

Complementary Color

#ae940a #0a24ae

#ae940a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae940a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae940a Color CSS Codes

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

#ae940a Text Font Color

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

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


#ae940a Background Color

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

This div background color is #ae940a


#ae940a Border Color

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

This div border color is #ae940a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae940a


Comments

No comments written yet.

Please login to write comment.