Color Hex Logo

#ae8386 Color Hex

#AE8386
(174,131,134)
0 Favorites   0 Comments

Color spaces of #ae8386

RGB 174131134
HSL0.990.210.60
HSV356°25°68°
CMYK 0.000.250.23   0.32
XYZ29.874926.952526.1820
Yxy26.95250.35990.3247
Hunter Lab51.915811.86506.4401
CIE-Lab58.930316.98304.8216

#ae8386 color RGB value is (174,131,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 10000110
Octal 256 203 206
Decimal 174 131 134
Hex AE 83 86

RGB Percentages of Color #ae8386

%39.64
%29.84
%30.52

CMYK Percentages of Color #ae8386

%0
%25
%23
%32

Triadic Colors of #ae8386

#ae8386 #86ae83 #8386ae

Analogous Colors of #ae8386

#ae8386 #ae9683 #ae839c

Monochromatic Colors of #ae8386

#ae8386

Complementary Color

#ae8386 #83aeab

#ae8386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8386 Color CSS Codes

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

#ae8386 Text Font Color

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

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


#ae8386 Background Color

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

This div background color is #ae8386


#ae8386 Border Color

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

This div border color is #ae8386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8386


Comments

No comments written yet.

Please login to write comment.