Color Hex Logo

#ae7818 Color Hex

#AE7818
(174,120,24)
0 Favorites   0 Comments

Color spaces of #ae7818

RGB 17412024
HSL0.110.760.39
HSV38°86°68°
CMYK 0.000.310.86   0.32
XYZ24.336922.49763.9239
Yxy22.49760.47950.4432
Hunter Lab47.43168.582028.2972
CIE-Lab54.551013.402155.5781

#ae7818 color RGB value is (174,120,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 00011000
Octal 256 170 30
Decimal 174 120 24
Hex AE 78 18

RGB Percentages of Color #ae7818

%54.72
%37.74
%7.55

CMYK Percentages of Color #ae7818

%0
%31
%86
%32

Triadic Colors of #ae7818

#ae7818 #18ae78 #7818ae

Analogous Colors of #ae7818

#ae7818 #99ae18 #ae2d18

Monochromatic Colors of #ae7818

#ae7818

Complementary Color

#ae7818 #184eae

#ae7818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae7818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae7818 Color CSS Codes

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

#ae7818 Text Font Color

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

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


#ae7818 Background Color

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

This div background color is #ae7818


#ae7818 Border Color

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

This div border color is #ae7818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae7818


Comments

No comments written yet.

Please login to write comment.