Color Hex Logo

#ae5235 Color Hex

#AE5235
(174,82,53)
0 Favorites   0 Comments

Color spaces of #ae5235

RGB 1748253
HSL0.040.530.45
HSV14°70°68°
CMYK 0.000.530.70   0.32
XYZ21.115515.29035.2066
Yxy15.29030.50740.3674
Hunter Lab39.102827.960019.4774
CIE-Lab46.029335.457034.3540

#ae5235 color RGB value is (174,82,53).

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

The process color (four color CMYK) of #ae5235 color hex is 0.00, 0.53, 0.70, 0.32. Web safe color of #ae5235 is #996633. Color #ae5235 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01010010 00110101
Octal 256 122 65
Decimal 174 82 53
Hex AE 52 35

RGB Percentages of Color #ae5235

%56.31
%26.54
%17.15

CMYK Percentages of Color #ae5235

%0
%53
%70
%32

Triadic Colors of #ae5235

#ae5235 #35ae52 #5235ae

Analogous Colors of #ae5235

#ae5235 #ae8f35 #ae3555

Monochromatic Colors of #ae5235

#ae5235

Complementary Color

#ae5235 #3591ae

#ae5235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae5235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae5235 Color CSS Codes

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

#ae5235 Text Font Color

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

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


#ae5235 Background Color

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

This div background color is #ae5235


#ae5235 Border Color

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

This div border color is #ae5235


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,82,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 #ae5235">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae5235


Comments

No comments written yet.

Please login to write comment.