Color Hex Logo

#ae6050 Color Hex

#AE6050
(174,96,80)
0 Favorites   0 Comments

Color spaces of #ae6050

RGB 1749680
HSL0.030.370.50
HSV10°54°68°
CMYK 0.000.450.54   0.32
XYZ23.086417.94369.8361
Yxy17.94360.45390.3528
Hunter Lab42.359923.153815.8846
CIE-Lab49.427629.951823.0666

#ae6050 color RGB value is (174,96,80).

#ae6050 hex color red value is 174, green value is 96 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ae6050 hue: 0.03 , saturation: 0.37 and the lightness value of ae6050 is 0.50.

The process color (four color CMYK) of #ae6050 color hex is 0.00, 0.45, 0.54, 0.32. Web safe color of #ae6050 is #996666. Color #ae6050 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100000 01010000
Octal 256 140 120
Decimal 174 96 80
Hex AE 60 50

RGB Percentages of Color #ae6050

%49.71
%27.43
%22.86

CMYK Percentages of Color #ae6050

%0
%45
%54
%32

Triadic Colors of #ae6050

#ae6050 #50ae60 #6050ae

Analogous Colors of #ae6050

#ae6050 #ae8f50 #ae506f

Monochromatic Colors of #ae6050

#ae6050

Complementary Color

#ae6050 #509eae

#ae6050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6050 Color CSS Codes

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

#ae6050 Text Font Color

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

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


#ae6050 Background Color

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

This div background color is #ae6050


#ae6050 Border Color

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

This div border color is #ae6050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6050


Comments

No comments written yet.

Please login to write comment.