Color Hex Logo

#ae961d Color Hex

#AE961D
(174,150,29)
0 Favorites   0 Comments

Color spaces of #ae961d

RGB 17415029
HSL0.140.710.40
HSV50°83°68°
CMYK 0.000.140.83   0.32
XYZ28.583730.90015.6202
Yxy30.90010.43900.4746
Hunter Lab55.5879-5.492732.9170
CIE-Lab62.4232-3.042560.7460

#ae961d color RGB value is (174,150,29).

#ae961d hex color red value is 174, green value is 150 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ae961d hue: 0.14 , saturation: 0.71 and the lightness value of ae961d is 0.40.

The process color (four color CMYK) of #ae961d color hex is 0.00, 0.14, 0.83, 0.32. Web safe color of #ae961d is #999933. Color #ae961d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 00011101
Octal 256 226 35
Decimal 174 150 29
Hex AE 96 1D

RGB Percentages of Color #ae961d

%49.29
%42.49
%8.22

CMYK Percentages of Color #ae961d

%0
%14
%83
%32

Triadic Colors of #ae961d

#ae961d #1dae96 #961dae

Analogous Colors of #ae961d

#ae961d #7eae1d #ae4d1d

Monochromatic Colors of #ae961d

#ae961d

Complementary Color

#ae961d #1d35ae

#ae961d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae961d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae961d Color CSS Codes

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

#ae961d Text Font Color

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

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


#ae961d Background Color

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

This div background color is #ae961d


#ae961d Border Color

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

This div border color is #ae961d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae961d


Comments

No comments written yet.

Please login to write comment.