Color Hex Logo

#ae423d Color Hex

#AE423D
(174,66,61)
0 Favorites   0 Comments

Color spaces of #ae423d

RGB 1746661
HSL0.010.480.46
HSV65°68°
CMYK 0.000.620.65   0.32
XYZ20.246113.23205.9018
Yxy13.23200.51410.3360
Hunter Lab36.375835.692115.8436
CIE-Lab43.110843.822326.2252

#ae423d color RGB value is (174,66,61).

#ae423d hex color red value is 174, green value is 66 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ae423d hue: 0.01 , saturation: 0.48 and the lightness value of ae423d is 0.46.

The process color (four color CMYK) of #ae423d color hex is 0.00, 0.62, 0.65, 0.32. Web safe color of #ae423d is #993333. Color #ae423d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01000010 00111101
Octal 256 102 75
Decimal 174 66 61
Hex AE 42 3D

RGB Percentages of Color #ae423d

%57.81
%21.93
%20.27

CMYK Percentages of Color #ae423d

%0
%62
%65
%32

Triadic Colors of #ae423d

#ae423d #3dae42 #423dae

Analogous Colors of #ae423d

#ae423d #ae7b3d #ae3d71

Monochromatic Colors of #ae423d

#ae423d

Complementary Color

#ae423d #3da9ae

#ae423d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae423d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae423d Color CSS Codes

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

#ae423d Text Font Color

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

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


#ae423d Background Color

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

This div background color is #ae423d


#ae423d Border Color

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

This div border color is #ae423d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae423d


Comments

No comments written yet.

Please login to write comment.