Color Hex Logo

#ae420a Color Hex

#AE420A
(174,66,10)
0 Favorites   0 Comments

Color spaces of #ae420a

RGB 1746610
HSL0.060.890.36
HSV20°94°68°
CMYK 0.000.620.94   0.32
XYZ19.458612.91701.7548
Yxy12.91700.57010.3785
Hunter Lab35.940233.747322.2633
CIE-Lab42.637941.937450.5811

#ae420a color RGB value is (174,66,10).

#ae420a hex color red value is 174, green value is 66 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #ae420a hue: 0.06 , saturation: 0.89 and the lightness value of ae420a is 0.36.

The process color (four color CMYK) of #ae420a color hex is 0.00, 0.62, 0.94, 0.32. Web safe color of #ae420a is #993300. Color #ae420a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 00001010
Octal 256 102 12
Decimal 174 66 10
Hex AE 42 A

RGB Percentages of Color #ae420a

%69.60
%26.40
%4.00

CMYK Percentages of Color #ae420a

%0
%62
%94
%32

Triadic Colors of #ae420a

#ae420a #0aae42 #420aae

Analogous Colors of #ae420a

#ae420a #ae940a #ae0a24

Monochromatic Colors of #ae420a

#ae420a

Complementary Color

#ae420a #0a76ae

#ae420a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae420a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae420a Color CSS Codes

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

#ae420a Text Font Color

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

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


#ae420a Background Color

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

This div background color is #ae420a


#ae420a Border Color

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

This div border color is #ae420a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae420a


Comments

No comments written yet.

Please login to write comment.