Color Hex Logo

#ae935d Color Hex

#AE935D
(174,147,93)
0 Favorites   0 Comments

Color spaces of #ae935d

RGB 17414793
HSL0.110.330.52
HSV40°47°68°
CMYK 0.000.160.47   0.32
XYZ29.865130.656414.6991
Yxy30.65640.39700.4076
Hunter Lab55.3682-0.613223.0175
CIE-Lab62.21652.781332.2577

#ae935d color RGB value is (174,147,93).

#ae935d hex color red value is 174, green value is 147 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #ae935d hue: 0.11 , saturation: 0.33 and the lightness value of ae935d is 0.52.

The process color (four color CMYK) of #ae935d color hex is 0.00, 0.16, 0.47, 0.32. Web safe color of #ae935d is #999966. Color #ae935d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010011 01011101
Octal 256 223 135
Decimal 174 147 93
Hex AE 93 5D

RGB Percentages of Color #ae935d

%42.03
%35.51
%22.46

CMYK Percentages of Color #ae935d

%0
%16
%47
%32

Triadic Colors of #ae935d

#ae935d #5dae93 #935dae

Analogous Colors of #ae935d

#ae935d #a1ae5d #ae6b5d

Monochromatic Colors of #ae935d

#ae935d

Complementary Color

#ae935d #5d78ae

#ae935d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae935d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae935d Color CSS Codes

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

#ae935d Text Font Color

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

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


#ae935d Background Color

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

This div background color is #ae935d


#ae935d Border Color

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

This div border color is #ae935d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae935d


Comments

No comments written yet.

Please login to write comment.