Color Hex Logo

#ae9921 Color Hex

#AE9921
(174,153,33)
0 Favorites   0 Comments

Color spaces of #ae9921

RGB 17415333
HSL0.140.680.41
HSV51°81°68°
CMYK 0.000.120.81   0.32
XYZ29.121331.89096.0596
Yxy31.89090.43420.4755
Hunter Lab56.4720-6.777833.1684
CIE-Lab63.2526-4.530460.2838

#ae9921 color RGB value is (174,153,33).

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

The process color (four color CMYK) of #ae9921 color hex is 0.00, 0.12, 0.81, 0.32. Web safe color of #ae9921 is #999933. Color #ae9921 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 00100001
Octal 256 231 41
Decimal 174 153 33
Hex AE 99 21

RGB Percentages of Color #ae9921

%48.33
%42.50
%9.17

CMYK Percentages of Color #ae9921

%0
%12
%81
%32

Triadic Colors of #ae9921

#ae9921 #21ae99 #9921ae

Analogous Colors of #ae9921

#ae9921 #7dae21 #ae5321

Monochromatic Colors of #ae9921

#ae9921

Complementary Color

#ae9921 #2136ae

#ae9921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9921 Color CSS Codes

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

#ae9921 Text Font Color

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

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


#ae9921 Background Color

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

This div background color is #ae9921


#ae9921 Border Color

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

This div border color is #ae9921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9921


Comments

No comments written yet.

Please login to write comment.