Color Hex Logo

#ae990e Color Hex

#AE990E
(174,153,14)
0 Favorites   0 Comments

Color spaces of #ae990e

RGB 17415314
HSL0.140.850.37
HSV52°92°68°
CMYK 0.000.120.92   0.32
XYZ28.926131.81285.0314
Yxy31.81280.43980.4837
Hunter Lab56.4028-7.161534.1930
CIE-Lab63.1879-5.006164.7614

#ae990e color RGB value is (174,153,14).

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

The process color (four color CMYK) of #ae990e color hex is 0.00, 0.12, 0.92, 0.32. Web safe color of #ae990e is #999900. Color #ae990e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 00001110
Octal 256 231 16
Decimal 174 153 14
Hex AE 99 E

RGB Percentages of Color #ae990e

%51.03
%44.87
%4.11

CMYK Percentages of Color #ae990e

%0
%12
%92
%32

Triadic Colors of #ae990e

#ae990e #0eae99 #990eae

Analogous Colors of #ae990e

#ae990e #73ae0e #ae490e

Monochromatic Colors of #ae990e

#ae990e

Complementary Color

#ae990e #0e23ae

#ae990e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae990e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae990e Color CSS Codes

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

#ae990e Text Font Color

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

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


#ae990e Background Color

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

This div background color is #ae990e


#ae990e Border Color

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

This div border color is #ae990e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae990e


Comments

No comments written yet.

Please login to write comment.