Color Hex Logo

#ae4f30 Color Hex

#AE4F30
(174,79,48)
0 Favorites   0 Comments

Color spaces of #ae4f30

RGB 1747948
HSL0.040.570.44
HSV15°72°68°
CMYK 0.000.550.72   0.32
XYZ20.785014.80404.5583
Yxy14.80400.51770.3687
Hunter Lab38.476029.094119.9090
CIE-Lab45.364636.733836.3555

#ae4f30 color RGB value is (174,79,48).

#ae4f30 hex color red value is 174, green value is 79 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #ae4f30 hue: 0.04 , saturation: 0.57 and the lightness value of ae4f30 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01001111 00110000
Octal 256 117 60
Decimal 174 79 48
Hex AE 4F 30

RGB Percentages of Color #ae4f30

%57.81
%26.25
%15.95

CMYK Percentages of Color #ae4f30

%0
%55
%72
%32

Triadic Colors of #ae4f30

#ae4f30 #30ae4f #4f30ae

Analogous Colors of #ae4f30

#ae4f30 #ae8e30 #ae3050

Monochromatic Colors of #ae4f30

#ae4f30

Complementary Color

#ae4f30 #308fae

#ae4f30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae4f30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae4f30 Color CSS Codes

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

#ae4f30 Text Font Color

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

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


#ae4f30 Background Color

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

This div background color is #ae4f30


#ae4f30 Border Color

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

This div border color is #ae4f30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae4f30


Comments

No comments written yet.

Please login to write comment.