Color Hex Logo

#ae080e Color Hex

#AE080E
(174,8,14)
0 Favorites   0 Comments

Color spaces of #ae080e

RGB 174814
HSL0.990.910.36
HSV358°95°68°
CMYK 0.000.950.92   0.32
XYZ17.62179.20401.2633
Yxy9.20400.62740.3277
Hunter Lab30.338150.589018.7678
CIE-Lab36.374159.355545.0231

#ae080e color RGB value is (174,8,14).

#ae080e hex color red value is 174, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ae080e hue: 0.99 , saturation: 0.91 and the lightness value of ae080e is 0.36.

The process color (four color CMYK) of #ae080e color hex is 0.00, 0.95, 0.92, 0.32. Web safe color of #ae080e is #990000. Color #ae080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00001000 00001110
Octal 256 10 16
Decimal 174 8 14
Hex AE 8 E

RGB Percentages of Color #ae080e

%88.78
%4.08
%7.14

CMYK Percentages of Color #ae080e

%0
%95
%92
%32

Triadic Colors of #ae080e

#ae080e #0eae08 #080eae

Analogous Colors of #ae080e

#ae080e #ae5508 #ae0861

Monochromatic Colors of #ae080e

#ae080e

Complementary Color

#ae080e #08aea8

#ae080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae080e Color CSS Codes

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

#ae080e Text Font Color

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

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


#ae080e Background Color

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

This div background color is #ae080e


#ae080e Border Color

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

This div border color is #ae080e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae080e


Comments

No comments written yet.

Please login to write comment.