Color Hex Logo

#ae230e Color Hex

#AE230E
(174,35,14)
0 Favorites   0 Comments

Color spaces of #ae230e

RGB 1743514
HSL0.020.850.37
HSV92°68°
CMYK 0.000.800.92   0.32
XYZ18.135910.23241.4347
Yxy10.23240.60850.3433
Hunter Lab31.988145.222719.7325
CIE-Lab38.256353.989146.3068

#ae230e color RGB value is (174,35,14).

#ae230e hex color red value is 174, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ae230e hue: 0.02 , saturation: 0.85 and the lightness value of ae230e is 0.37.

The process color (four color CMYK) of #ae230e color hex is 0.00, 0.80, 0.92, 0.32. Web safe color of #ae230e is #993300. Color #ae230e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 00100011 00001110
Octal 256 43 16
Decimal 174 35 14
Hex AE 23 E

RGB Percentages of Color #ae230e

%78.03
%15.70
%6.28

CMYK Percentages of Color #ae230e

%0
%80
%92
%32

Triadic Colors of #ae230e

#ae230e #0eae23 #230eae

Analogous Colors of #ae230e

#ae230e #ae730e #ae0e49

Monochromatic Colors of #ae230e

#ae230e

Complementary Color

#ae230e #0e99ae

#ae230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae230e Color CSS Codes

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

#ae230e Text Font Color

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

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


#ae230e Background Color

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

This div background color is #ae230e


#ae230e Border Color

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

This div border color is #ae230e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae230e


Comments

No comments written yet.

Please login to write comment.