Color Hex Logo

#ae8455 Color Hex

#AE8455
(174,132,85)
0 Favorites   0 Comments

Color spaces of #ae8455

RGB 17413285
HSL0.090.350.51
HSV32°51°68°
CMYK 0.000.240.51   0.32
XYZ27.346526.157112.2018
Yxy26.15710.41620.3981
Hunter Lab51.14405.941221.6556
CIE-Lab58.185910.317331.4828

#ae8455 color RGB value is (174,132,85).

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

The process color (four color CMYK) of #ae8455 color hex is 0.00, 0.24, 0.51, 0.32. Web safe color of #ae8455 is #999966. Color #ae8455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000100 01010101
Octal 256 204 125
Decimal 174 132 85
Hex AE 84 55

RGB Percentages of Color #ae8455

%44.50
%33.76
%21.74

CMYK Percentages of Color #ae8455

%0
%24
%51
%32

Triadic Colors of #ae8455

#ae8455 #55ae84 #8455ae

Analogous Colors of #ae8455

#ae8455 #acae55 #ae5855

Monochromatic Colors of #ae8455

#ae8455

Complementary Color

#ae8455 #557fae

#ae8455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8455 Color CSS Codes

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

#ae8455 Text Font Color

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

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


#ae8455 Background Color

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

This div background color is #ae8455


#ae8455 Border Color

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

This div border color is #ae8455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8455


Comments

No comments written yet.

Please login to write comment.