Color Hex Logo

#ae8375 Color Hex

#AE8375
(174,131,117)
0 Favorites   0 Comments

Color spaces of #ae8375

RGB 174131117
HSL0.040.260.57
HSV15°33°68°
CMYK 0.000.250.33   0.32
XYZ28.782726.515620.4306
Yxy26.51560.38010.3501
Hunter Lab51.49339.661112.5213
CIE-Lab58.523314.543313.9888

#ae8375 color RGB value is (174,131,117).

#ae8375 hex color red value is 174, green value is 131 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #ae8375 hue: 0.04 , saturation: 0.26 and the lightness value of ae8375 is 0.57.

The process color (four color CMYK) of #ae8375 color hex is 0.00, 0.25, 0.33, 0.32. Web safe color of #ae8375 is #999966. Color #ae8375 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000011 01110101
Octal 256 203 165
Decimal 174 131 117
Hex AE 83 75

RGB Percentages of Color #ae8375

%41.23
%31.04
%27.73

CMYK Percentages of Color #ae8375

%0
%25
%33
%32

Triadic Colors of #ae8375

#ae8375 #75ae83 #8375ae

Analogous Colors of #ae8375

#ae8375 #aea075 #ae7584

Monochromatic Colors of #ae8375

#ae8375

Complementary Color

#ae8375 #75a0ae

#ae8375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8375 Color CSS Codes

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

#ae8375 Text Font Color

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

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


#ae8375 Background Color

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

This div background color is #ae8375


#ae8375 Border Color

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

This div border color is #ae8375


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8375


Comments

No comments written yet.

Please login to write comment.