Color Hex Logo

#ae6d58 Color Hex

#AE6D58
(174,109,88)
0 Favorites   0 Comments

Color spaces of #ae6d58

RGB 17410988
HSL0.040.350.51
HSV15°49°68°
CMYK 0.000.370.49   0.32
XYZ24.685620.640511.9155
Yxy20.64050.43130.3606
Hunter Lab45.431817.483216.2522
CIE-Lab52.553823.520222.5324

#ae6d58 color RGB value is (174,109,88).

#ae6d58 hex color red value is 174, green value is 109 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ae6d58 hue: 0.04 , saturation: 0.35 and the lightness value of ae6d58 is 0.51.

The process color (four color CMYK) of #ae6d58 color hex is 0.00, 0.37, 0.49, 0.32. Web safe color of #ae6d58 is #996666. Color #ae6d58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101101 01011000
Octal 256 155 130
Decimal 174 109 88
Hex AE 6D 58

RGB Percentages of Color #ae6d58

%46.90
%29.38
%23.72

CMYK Percentages of Color #ae6d58

%0
%37
%49
%32

Triadic Colors of #ae6d58

#ae6d58 #58ae6d #6d58ae

Analogous Colors of #ae6d58

#ae6d58 #ae9858 #ae586e

Monochromatic Colors of #ae6d58

#ae6d58

Complementary Color

#ae6d58 #5899ae

#ae6d58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6d58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6d58 Color CSS Codes

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

#ae6d58 Text Font Color

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

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


#ae6d58 Background Color

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

This div background color is #ae6d58


#ae6d58 Border Color

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

This div border color is #ae6d58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6d58


Comments

No comments written yet.

Please login to write comment.