Color Hex Logo

#ae4d18 Color Hex

#AE4D18
(174,77,24)
0 Favorites   0 Comments

Color spaces of #ae4d18

RGB 1747724
HSL0.060.760.39
HSV21°86°68°
CMYK 0.000.560.86   0.32
XYZ20.274314.37242.5697
Yxy14.37240.54480.3862
Hunter Lab37.910929.115422.5188
CIE-Lab44.762336.842047.3945

#ae4d18 color RGB value is (174,77,24).

#ae4d18 hex color red value is 174, green value is 77 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ae4d18 hue: 0.06 , saturation: 0.76 and the lightness value of ae4d18 is 0.39.

The process color (four color CMYK) of #ae4d18 color hex is 0.00, 0.56, 0.86, 0.32. Web safe color of #ae4d18 is #996600. Color #ae4d18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001101 00011000
Octal 256 115 30
Decimal 174 77 24
Hex AE 4D 18

RGB Percentages of Color #ae4d18

%63.27
%28.00
%8.73

CMYK Percentages of Color #ae4d18

%0
%56
%86
%32

Triadic Colors of #ae4d18

#ae4d18 #18ae4d #4d18ae

Analogous Colors of #ae4d18

#ae4d18 #ae9818 #ae182e

Monochromatic Colors of #ae4d18

#ae4d18

Complementary Color

#ae4d18 #1879ae

#ae4d18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4d18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4d18 Color CSS Codes

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

#ae4d18 Text Font Color

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

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


#ae4d18 Background Color

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

This div background color is #ae4d18


#ae4d18 Border Color

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

This div border color is #ae4d18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4d18


Comments

No comments written yet.

Please login to write comment.