Color Hex Logo

#ae7458 Color Hex

#AE7458
(174,116,88)
0 Favorites   0 Comments

Color spaces of #ae7458

RGB 17411688
HSL0.050.350.51
HSV20°49°68°
CMYK 0.000.330.49   0.32
XYZ25.462422.194012.1744
Yxy22.19400.42560.3709
Hunter Lab47.110514.032717.6555
CIE-Lab54.232219.597124.7384

#ae7458 color RGB value is (174,116,88).

#ae7458 hex color red value is 174, green value is 116 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ae7458 hue: 0.05 , saturation: 0.35 and the lightness value of ae7458 is 0.51.

The process color (four color CMYK) of #ae7458 color hex is 0.00, 0.33, 0.49, 0.32. Web safe color of #ae7458 is #996666. Color #ae7458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110100 01011000
Octal 256 164 130
Decimal 174 116 88
Hex AE 74 58

RGB Percentages of Color #ae7458

%46.03
%30.69
%23.28

CMYK Percentages of Color #ae7458

%0
%33
%49
%32

Triadic Colors of #ae7458

#ae7458 #58ae74 #7458ae

Analogous Colors of #ae7458

#ae7458 #ae9f58 #ae5867

Monochromatic Colors of #ae7458

#ae7458

Complementary Color

#ae7458 #5892ae

#ae7458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7458 Color CSS Codes

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

#ae7458 Text Font Color

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

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


#ae7458 Background Color

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

This div background color is #ae7458


#ae7458 Border Color

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

This div border color is #ae7458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7458

#ae7458 Color Palettes


Comments

No comments written yet.

Please login to write comment.