Color Hex Logo

#ae881a Color Hex

#AE881A
(174,136,26)
0 Favorites   0 Comments

Color spaces of #ae881a

RGB 17413626
HSL0.120.740.39
HSV45°85°68°
CMYK 0.000.220.85   0.32
XYZ26.446226.68164.7335
Yxy26.68160.45710.4611
Hunter Lab51.65420.994430.7247
CIE-Lab58.67844.531358.4319

#ae881a color RGB value is (174,136,26).

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

The process color (four color CMYK) of #ae881a color hex is 0.00, 0.22, 0.85, 0.32. Web safe color of #ae881a is #999933. Color #ae881a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10001000 00011010
Octal 256 210 32
Decimal 174 136 26
Hex AE 88 1A

RGB Percentages of Color #ae881a

%51.79
%40.48
%7.74

CMYK Percentages of Color #ae881a

%0
%22
%85
%32

Triadic Colors of #ae881a

#ae881a #1aae88 #881aae

Analogous Colors of #ae881a

#ae881a #8aae1a #ae3e1a

Monochromatic Colors of #ae881a

#ae881a

Complementary Color

#ae881a #1a40ae

#ae881a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae881a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae881a Color CSS Codes

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

#ae881a Text Font Color

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

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


#ae881a Background Color

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

This div background color is #ae881a


#ae881a Border Color

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

This div border color is #ae881a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae881a


Comments

No comments written yet.

Please login to write comment.