Color Hex Logo

#ae781a Color Hex

#AE781A
(174,120,26)
0 Favorites   0 Comments

Color spaces of #ae781a

RGB 17412026
HSL0.110.740.39
HSV38°85°68°
CMYK 0.000.310.85   0.32
XYZ24.358522.50624.0376
Yxy22.50620.47850.4421
Hunter Lab47.44078.629928.1624
CIE-Lab54.560013.457354.9616

#ae781a color RGB value is (174,120,26).

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

The process color (four color CMYK) of #ae781a color hex is 0.00, 0.31, 0.85, 0.32. Web safe color of #ae781a is #996633. Color #ae781a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 00011010
Octal 256 170 32
Decimal 174 120 26
Hex AE 78 1A

RGB Percentages of Color #ae781a

%54.38
%37.50
%8.13

CMYK Percentages of Color #ae781a

%0
%31
%85
%32

Triadic Colors of #ae781a

#ae781a #1aae78 #781aae

Analogous Colors of #ae781a

#ae781a #9aae1a #ae2e1a

Monochromatic Colors of #ae781a

#ae781a

Complementary Color

#ae781a #1a50ae

#ae781a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae781a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae781a Color CSS Codes

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

#ae781a Text Font Color

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

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


#ae781a Background Color

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

This div background color is #ae781a


#ae781a Border Color

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

This div border color is #ae781a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae781a


Comments

No comments written yet.

Please login to write comment.