Color Hex Logo

#ae950a Color Hex

#AE950A
(174,149,10)
0 Favorites   0 Comments

Color spaces of #ae950a

RGB 17414910
HSL0.140.890.36
HSV51°94°68°
CMYK 0.000.140.94   0.32
XYZ28.257830.51554.6879
Yxy30.51550.44530.4809
Hunter Lab55.2408-5.361933.6371
CIE-Lab62.0965-2.912264.5516

#ae950a color RGB value is (174,149,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010101 00001010
Octal 256 225 12
Decimal 174 149 10
Hex AE 95 A

RGB Percentages of Color #ae950a

%52.25
%44.74
%3.00

CMYK Percentages of Color #ae950a

%0
%14
%94
%32

Triadic Colors of #ae950a

#ae950a #0aae95 #950aae

Analogous Colors of #ae950a

#ae950a #75ae0a #ae430a

Monochromatic Colors of #ae950a

#ae950a

Complementary Color

#ae950a #0a23ae

#ae950a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae950a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae950a Color CSS Codes

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

#ae950a Text Font Color

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

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


#ae950a Background Color

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

This div background color is #ae950a


#ae950a Border Color

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

This div border color is #ae950a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,149,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 #ae950a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae950a


Comments

No comments written yet.

Please login to write comment.