Color Hex Logo

#ae8483 Color Hex

#AE8483
(174,132,131)
0 Favorites   0 Comments

Color spaces of #ae8483

RGB 174132131
HSL0.000.210.60
HSV25°68°
CMYK 0.000.240.25   0.32
XYZ29.803627.139925.1404
Yxy27.13990.36310.3306
Hunter Lab52.096010.95027.8551
CIE-Lab59.103615.96556.7919

#ae8483 color RGB value is (174,132,131).

#ae8483 hex color red value is 174, green value is 132 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #ae8483 hue: 0.00 , saturation: 0.21 and the lightness value of ae8483 is 0.60.

The process color (four color CMYK) of #ae8483 color hex is 0.00, 0.24, 0.25, 0.32. Web safe color of #ae8483 is #999999. Color #ae8483 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 10000011
Octal 256 204 203
Decimal 174 132 131
Hex AE 84 83

RGB Percentages of Color #ae8483

%39.82
%30.21
%29.98

CMYK Percentages of Color #ae8483

%0
%24
%25
%32

Triadic Colors of #ae8483

#ae8483 #83ae84 #8483ae

Analogous Colors of #ae8483

#ae8483 #ae9a83 #ae8398

Monochromatic Colors of #ae8483

#ae8483

Complementary Color

#ae8483 #83adae

#ae8483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8483 Color CSS Codes

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

#ae8483 Text Font Color

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

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


#ae8483 Background Color

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

This div background color is #ae8483


#ae8483 Border Color

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

This div border color is #ae8483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8483


Comments

No comments written yet.

Please login to write comment.