Color Hex Logo

#ae581d Color Hex

#AE581D
(174,88,29)
0 Favorites   0 Comments

Color spaces of #ae581d

RGB 1748829
HSL0.070.710.40
HSV24°83°68°
CMYK 0.000.490.83   0.32
XYZ21.167116.06683.1480
Yxy16.06680.52420.3979
Hunter Lab40.083424.115623.4020
CIE-Lab47.062031.252047.3436

#ae581d color RGB value is (174,88,29).

#ae581d hex color red value is 174, green value is 88 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #ae581d hue: 0.07 , saturation: 0.71 and the lightness value of ae581d is 0.40.

The process color (four color CMYK) of #ae581d color hex is 0.00, 0.49, 0.83, 0.32. Web safe color of #ae581d is #996633. Color #ae581d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01011000 00011101
Octal 256 130 35
Decimal 174 88 29
Hex AE 58 1D

RGB Percentages of Color #ae581d

%59.79
%30.24
%9.97

CMYK Percentages of Color #ae581d

%0
%49
%83
%32

Triadic Colors of #ae581d

#ae581d #1dae58 #581dae

Analogous Colors of #ae581d

#ae581d #aea11d #ae1d2b

Monochromatic Colors of #ae581d

#ae581d

Complementary Color

#ae581d #1d73ae

#ae581d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae581d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae581d Color CSS Codes

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

#ae581d Text Font Color

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

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


#ae581d Background Color

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

This div background color is #ae581d


#ae581d Border Color

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

This div border color is #ae581d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae581d


Comments

No comments written yet.

Please login to write comment.