Color Hex Logo

#ae380b Color Hex

#AE380B
(174,56,11)
0 Favorites   0 Comments

Color spaces of #ae380b

RGB 1745611
HSL0.050.880.36
HSV17°94°68°
CMYK 0.000.680.94   0.32
XYZ18.930111.85121.6064
Yxy11.85120.58450.3659
Hunter Lab34.425637.909721.3313
CIE-Lab40.978646.397049.1865

#ae380b color RGB value is (174,56,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 00111000 00001011
Octal 256 70 13
Decimal 174 56 11
Hex AE 38 B

RGB Percentages of Color #ae380b

%72.20
%23.24
%4.56

CMYK Percentages of Color #ae380b

%0
%68
%94
%32

Triadic Colors of #ae380b

#ae380b #0bae38 #380bae

Analogous Colors of #ae380b

#ae380b #ae8a0b #ae0b30

Monochromatic Colors of #ae380b

#ae380b

Complementary Color

#ae380b #0b81ae

#ae380b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae380b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae380b Color CSS Codes

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

#ae380b Text Font Color

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

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


#ae380b Background Color

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

This div background color is #ae380b


#ae380b Border Color

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

This div border color is #ae380b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae380b


Comments

No comments written yet.

Please login to write comment.