Color Hex Logo

#ae4f2a Color Hex

#AE4F2A
(174,79,42)
0 Favorites   0 Comments

Color spaces of #ae4f2a

RGB 1747942
HSL0.050.610.42
HSV17°76°68°
CMYK 0.000.550.76   0.32
XYZ20.669514.75783.9496
Yxy14.75780.52490.3748
Hunter Lab38.415928.813420.7954
CIE-Lab45.300736.450239.4853

#ae4f2a color RGB value is (174,79,42).

#ae4f2a hex color red value is 174, green value is 79 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ae4f2a hue: 0.05 , saturation: 0.61 and the lightness value of ae4f2a is 0.42.

The process color (four color CMYK) of #ae4f2a color hex is 0.00, 0.55, 0.76, 0.32. Web safe color of #ae4f2a is #996633. Color #ae4f2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001111 00101010
Octal 256 117 52
Decimal 174 79 42
Hex AE 4F 2A

RGB Percentages of Color #ae4f2a

%58.98
%26.78
%14.24

CMYK Percentages of Color #ae4f2a

%0
%55
%76
%32

Triadic Colors of #ae4f2a

#ae4f2a #2aae4f #4f2aae

Analogous Colors of #ae4f2a

#ae4f2a #ae912a #ae2a47

Monochromatic Colors of #ae4f2a

#ae4f2a

Complementary Color

#ae4f2a #2a89ae

#ae4f2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4f2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4f2a Color CSS Codes

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

#ae4f2a Text Font Color

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

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


#ae4f2a Background Color

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

This div background color is #ae4f2a


#ae4f2a Border Color

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

This div border color is #ae4f2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4f2a


Comments

No comments written yet.

Please login to write comment.