Color Hex Logo

#ae430e Color Hex

#AE430E
(174,67,14)
0 Favorites   0 Comments

Color spaces of #ae430e

RGB 1746714
HSL0.060.850.37
HSV20°92°68°
CMYK 0.000.610.92   0.32
XYZ19.542013.04471.9034
Yxy13.04470.56660.3782
Hunter Lab36.117433.375122.1576
CIE-Lab42.830541.527649.5256

#ae430e color RGB value is (174,67,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000011 00001110
Octal 256 103 16
Decimal 174 67 14
Hex AE 43 E

RGB Percentages of Color #ae430e

%68.24
%26.27
%5.49

CMYK Percentages of Color #ae430e

%0
%61
%92
%32

Triadic Colors of #ae430e

#ae430e #0eae43 #430eae

Analogous Colors of #ae430e

#ae430e #ae930e #ae0e29

Monochromatic Colors of #ae430e

#ae430e

Complementary Color

#ae430e #0e79ae

#ae430e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae430e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae430e Color CSS Codes

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

#ae430e Text Font Color

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

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


#ae430e Background Color

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

This div background color is #ae430e


#ae430e Border Color

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

This div border color is #ae430e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae430e


Comments

No comments written yet.

Please login to write comment.