Color Hex Logo

#ae9935 Color Hex

#AE9935
(174,153,53)
0 Favorites   0 Comments

Color spaces of #ae9935

RGB 17415353
HSL0.140.530.45
HSV50°70°68°
CMYK 0.000.120.70   0.32
XYZ29.489432.03827.9979
Yxy32.03820.42420.4608
Hunter Lab56.6023-6.056831.2439
CIE-Lab63.3744-3.641253.0928

#ae9935 color RGB value is (174,153,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011001 00110101
Octal 256 231 65
Decimal 174 153 53
Hex AE 99 35

RGB Percentages of Color #ae9935

%45.79
%40.26
%13.95

CMYK Percentages of Color #ae9935

%0
%12
%70
%32

Triadic Colors of #ae9935

#ae9935 #35ae99 #9935ae

Analogous Colors of #ae9935

#ae9935 #87ae35 #ae5d35

Monochromatic Colors of #ae9935

#ae9935

Complementary Color

#ae9935 #354aae

#ae9935 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae9935 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae9935 Color CSS Codes

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

#ae9935 Text Font Color

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

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


#ae9935 Background Color

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

This div background color is #ae9935


#ae9935 Border Color

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

This div border color is #ae9935


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae9935


Comments

No comments written yet.

Please login to write comment.