Color Hex Logo

#ae280b Color Hex

#AE280B
(174,40,11)
0 Favorites   0 Comments

Color spaces of #ae280b

RGB 1744011
HSL0.030.880.36
HSV11°94°68°
CMYK 0.000.770.94   0.32
XYZ18.274810.54041.3879
Yxy10.54040.60510.3490
Hunter Lab32.466043.660520.1916
CIE-Lab38.795352.398847.7555

#ae280b color RGB value is (174,40,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00101000 00001011
Octal 256 50 13
Decimal 174 40 11
Hex AE 28 B

RGB Percentages of Color #ae280b

%77.33
%17.78
%4.89

CMYK Percentages of Color #ae280b

%0
%77
%94
%32

Triadic Colors of #ae280b

#ae280b #0bae28 #280bae

Analogous Colors of #ae280b

#ae280b #ae7a0b #ae0b3f

Monochromatic Colors of #ae280b

#ae280b

Complementary Color

#ae280b #0b91ae

#ae280b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae280b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae280b Color CSS Codes

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

#ae280b Text Font Color

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

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


#ae280b Background Color

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

This div background color is #ae280b


#ae280b Border Color

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

This div border color is #ae280b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae280b


Comments

No comments written yet.

Please login to write comment.