Color Hex Logo

#ae410e Color Hex

#AE410E
(174,65,14)
0 Favorites   0 Comments

Color spaces of #ae410e

RGB 1746514
HSL0.050.850.37
HSV19°92°68°
CMYK 0.000.630.92   0.32
XYZ19.425112.81101.8644
Yxy12.81100.56960.3757
Hunter Lab35.792534.237821.9664
CIE-Lab42.477142.461549.2732

#ae410e color RGB value is (174,65,14).

#ae410e hex color red value is 174, green value is 65 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ae410e hue: 0.05 , saturation: 0.85 and the lightness value of ae410e is 0.37.

The process color (four color CMYK) of #ae410e color hex is 0.00, 0.63, 0.92, 0.32. Web safe color of #ae410e is #993300. Color #ae410e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000001 00001110
Octal 256 101 16
Decimal 174 65 14
Hex AE 41 E

RGB Percentages of Color #ae410e

%68.77
%25.69
%5.53

CMYK Percentages of Color #ae410e

%0
%63
%92
%32

Triadic Colors of #ae410e

#ae410e #0eae41 #410eae

Analogous Colors of #ae410e

#ae410e #ae910e #ae0e2b

Monochromatic Colors of #ae410e

#ae410e

Complementary Color

#ae410e #0e7bae

#ae410e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae410e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae410e Color CSS Codes

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

#ae410e Text Font Color

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

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


#ae410e Background Color

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

This div background color is #ae410e


#ae410e Border Color

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

This div border color is #ae410e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae410e


Comments

No comments written yet.

Please login to write comment.