Color Hex Logo

#ae0000 Color Hex

#AE0000
(174,0,0)
3 Favorites   0 Comments

Color spaces of #ae0000

RGB 17400
HSL0.001.000.34
HSV100°68°
CMYK 0.001.001.00   0.32
XYZ17.45568.99870.8169
Yxy8.99870.64010.3300
Hunter Lab29.997851.372119.3839
CIE-Lab35.981860.148050.3531

#ae0000 color RGB value is (174,0,0).

#ae0000 hex color red value is 174, green value is 0 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #ae0000 hue: 0.00 , saturation: 1.00 and the lightness value of ae0000 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00000000 00000000
Octal 256 0 0
Decimal 174 0 0
Hex AE 0 0

RGB Percentages of Color #ae0000

%100.00
%0.00
%0.00

CMYK Percentages of Color #ae0000

%0
%100
%100
%32

Triadic Colors of #ae0000

#ae0000 #00ae00 #0000ae

Analogous Colors of #ae0000

#ae0000 #ae5700 #ae0057

Monochromatic Colors of #ae0000

#ae0000

Complementary Color

#ae0000 #00aeae

#ae0000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0000 Color CSS Codes

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

#ae0000 Text Font Color

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

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


#ae0000 Background Color

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

This div background color is #ae0000


#ae0000 Border Color

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

This div border color is #ae0000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0000


Comments

No comments written yet.

Please login to write comment.