Color Hex Logo

#ae626d Color Hex

#AE626D
(174,98,109)
0 Favorites   0 Comments

Color spaces of #ae626d

RGB 17498109
HSL0.980.320.53
HSV351°44°68°
CMYK 0.000.440.37   0.32
XYZ24.583618.838216.8084
Yxy18.83820.40820.3128
Hunter Lab43.403025.14777.4212
CIE-Lab50.497431.94407.3624

#ae626d color RGB value is (174,98,109).

#ae626d hex color red value is 174, green value is 98 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ae626d hue: 0.98 , saturation: 0.32 and the lightness value of ae626d is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100010 01101101
Octal 256 142 155
Decimal 174 98 109
Hex AE 62 6D

RGB Percentages of Color #ae626d

%45.67
%25.72
%28.61

CMYK Percentages of Color #ae626d

%0
%44
%37
%32

Triadic Colors of #ae626d

#ae626d #6dae62 #626dae

Analogous Colors of #ae626d

#ae626d #ae7d62 #ae6293

Monochromatic Colors of #ae626d

#ae626d

Complementary Color

#ae626d #62aea3

#ae626d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae626d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae626d Color CSS Codes

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

#ae626d Text Font Color

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

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


#ae626d Background Color

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

This div background color is #ae626d


#ae626d Border Color

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

This div border color is #ae626d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae626d


Comments

No comments written yet.

Please login to write comment.