Color Hex Logo

#ae9010 Color Hex

#AE9010
(174,144,16)
0 Favorites   0 Comments

Color spaces of #ae9010

RGB 17414416
HSL0.140.830.37
HSV49°91°68°
CMYK 0.000.170.91   0.32
XYZ27.522328.98264.6338
Yxy28.98260.45020.4740
Hunter Lab53.8355-2.957632.5816
CIE-Lab60.7663-0.099362.5288

#ae9010 color RGB value is (174,144,16).

#ae9010 hex color red value is 174, green value is 144 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #ae9010 hue: 0.14 , saturation: 0.83 and the lightness value of ae9010 is 0.37.

The process color (four color CMYK) of #ae9010 color hex is 0.00, 0.17, 0.91, 0.32. Web safe color of #ae9010 is #999900. Color #ae9010 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 00010000
Octal 256 220 20
Decimal 174 144 16
Hex AE 90 10

RGB Percentages of Color #ae9010

%52.10
%43.11
%4.79

CMYK Percentages of Color #ae9010

%0
%17
%91
%32

Triadic Colors of #ae9010

#ae9010 #10ae90 #9010ae

Analogous Colors of #ae9010

#ae9010 #7dae10 #ae4110

Monochromatic Colors of #ae9010

#ae9010

Complementary Color

#ae9010 #102eae

#ae9010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9010 Color CSS Codes

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

#ae9010 Text Font Color

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

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


#ae9010 Background Color

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

This div background color is #ae9010


#ae9010 Border Color

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

This div border color is #ae9010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9010


Comments

No comments written yet.

Please login to write comment.