Color Hex Logo

#ae0600 Color Hex

#AE0600
(174,6,0)
0 Favorites   0 Comments

Color spaces of #ae0600

RGB 17460
HSL0.011.000.34
HSV100°68°
CMYK 0.000.971.00   0.32
XYZ17.52079.12890.8386
Yxy9.12890.63740.3321
Hunter Lab30.214150.634919.5042
CIE-Lab36.231359.425450.4729

#ae0600 color RGB value is (174,6,0).

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

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

Base Numbers

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

RGB Percentages of Color #ae0600

%96.67
%3.33
%0.00

CMYK Percentages of Color #ae0600

%0
%97
%100
%32

Triadic Colors of #ae0600

#ae0600 #00ae06 #0600ae

Analogous Colors of #ae0600

#ae0600 #ae5d00 #ae0051

Monochromatic Colors of #ae0600

#ae0600

Complementary Color

#ae0600 #00a8ae

#ae0600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae0600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae0600 Color CSS Codes

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

#ae0600 Text Font Color

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

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


#ae0600 Background Color

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

This div background color is #ae0600


#ae0600 Border Color

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

This div border color is #ae0600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae0600


Comments

No comments written yet.

Please login to write comment.