Color Hex Logo

#ae200b Color Hex

#AE200B
(174,32,11)
0 Favorites   0 Comments

Color spaces of #ae200b

RGB 1743211
HSL0.020.880.36
HSV94°68°
CMYK 0.000.820.94   0.32
XYZ18.032510.05591.3072
Yxy10.05590.61340.3421
Hunter Lab31.711046.009819.7537
CIE-Lab37.942654.793547.2088

#ae200b color RGB value is (174,32,11).

#ae200b hex color red value is 174, green value is 32 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ae200b hue: 0.02 , saturation: 0.88 and the lightness value of ae200b is 0.36.

The process color (four color CMYK) of #ae200b color hex is 0.00, 0.82, 0.94, 0.32. Web safe color of #ae200b is #993300. Color #ae200b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100000 00001011
Octal 256 40 13
Decimal 174 32 11
Hex AE 20 B

RGB Percentages of Color #ae200b

%80.18
%14.75
%5.07

CMYK Percentages of Color #ae200b

%0
%82
%94
%32

Triadic Colors of #ae200b

#ae200b #0bae20 #200bae

Analogous Colors of #ae200b

#ae200b #ae720b #ae0b47

Monochromatic Colors of #ae200b

#ae200b

Complementary Color

#ae200b #0b99ae

#ae200b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae200b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae200b Color CSS Codes

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

#ae200b Text Font Color

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

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


#ae200b Background Color

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

This div background color is #ae200b


#ae200b Border Color

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

This div border color is #ae200b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae200b


Comments

No comments written yet.

Please login to write comment.