Color Hex Logo

#ae825e Color Hex

#AE825E
(174,130,94)
0 Favorites   0 Comments

Color spaces of #ae825e

RGB 17413094
HSL0.080.330.53
HSV27°46°68°
CMYK 0.000.250.46   0.32
XYZ27.458625.772114.1170
Yxy25.77210.40770.3827
Hunter Lab50.76627.706719.0491
CIE-Lab57.820112.344326.0503

#ae825e color RGB value is (174,130,94).

#ae825e hex color red value is 174, green value is 130 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ae825e hue: 0.08 , saturation: 0.33 and the lightness value of ae825e is 0.53.

The process color (four color CMYK) of #ae825e color hex is 0.00, 0.25, 0.46, 0.32. Web safe color of #ae825e is #999966. Color #ae825e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000010 01011110
Octal 256 202 136
Decimal 174 130 94
Hex AE 82 5E

RGB Percentages of Color #ae825e

%43.72
%32.66
%23.62

CMYK Percentages of Color #ae825e

%0
%25
%46
%32

Triadic Colors of #ae825e

#ae825e #5eae82 #825eae

Analogous Colors of #ae825e

#ae825e #aeaa5e #ae5e62

Monochromatic Colors of #ae825e

#ae825e

Complementary Color

#ae825e #5e8aae

#ae825e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae825e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae825e Color CSS Codes

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

#ae825e Text Font Color

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

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


#ae825e Background Color

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

This div background color is #ae825e


#ae825e Border Color

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

This div border color is #ae825e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae825e


Comments

No comments written yet.

Please login to write comment.