Color Hex Logo

#ae2505 Color Hex

#AE2505
(174,37,5)
0 Favorites   0 Comments

Color spaces of #ae2505

RGB 174375
HSL0.030.940.35
HSV11°97°68°
CMYK 0.000.790.97   0.32
XYZ18.144510.33281.1817
Yxy10.33280.61180.3484
Hunter Lab32.144744.503620.3217
CIE-Lab38.433253.272249.5699

#ae2505 color RGB value is (174,37,5).

#ae2505 hex color red value is 174, green value is 37 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ae2505 hue: 0.03 , saturation: 0.94 and the lightness value of ae2505 is 0.35.

The process color (four color CMYK) of #ae2505 color hex is 0.00, 0.79, 0.97, 0.32. Web safe color of #ae2505 is #993300. Color #ae2505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100101 00000101
Octal 256 45 5
Decimal 174 37 5
Hex AE 25 5

RGB Percentages of Color #ae2505

%80.56
%17.13
%2.31

CMYK Percentages of Color #ae2505

%0
%79
%97
%32

Triadic Colors of #ae2505

#ae2505 #05ae25 #2505ae

Analogous Colors of #ae2505

#ae2505 #ae7a05 #ae053a

Monochromatic Colors of #ae2505

#ae2505

Complementary Color

#ae2505 #058eae

#ae2505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae2505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae2505 Color CSS Codes

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

#ae2505 Text Font Color

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

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


#ae2505 Background Color

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

This div background color is #ae2505


#ae2505 Border Color

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

This div border color is #ae2505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae2505


Comments

No comments written yet.

Please login to write comment.