Color Hex Logo

#ae928d Color Hex

#AE928D
(174,146,141)
0 Favorites   0 Comments

Color spaces of #ae928d

RGB 174146141
HSL0.030.170.62
HSV19°68°
CMYK 0.000.160.19   0.32
XYZ32.542231.479529.5603
Yxy31.47950.34770.3364
Hunter Lab56.10665.34478.0371
CIE-Lab62.91039.65826.5494

#ae928d color RGB value is (174,146,141).

#ae928d hex color red value is 174, green value is 146 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ae928d hue: 0.03 , saturation: 0.17 and the lightness value of ae928d is 0.62.

The process color (four color CMYK) of #ae928d color hex is 0.00, 0.16, 0.19, 0.32. Web safe color of #ae928d is #999999. Color #ae928d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010010 10001101
Octal 256 222 215
Decimal 174 146 141
Hex AE 92 8D

RGB Percentages of Color #ae928d

%37.74
%31.67
%30.59

CMYK Percentages of Color #ae928d

%0
%16
%19
%32

Triadic Colors of #ae928d

#ae928d #8dae92 #928dae

Analogous Colors of #ae928d

#ae928d #aea38d #ae8d99

Monochromatic Colors of #ae928d

#ae928d

Complementary Color

#ae928d #8da9ae

#ae928d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae928d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae928d Color CSS Codes

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

#ae928d Text Font Color

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

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


#ae928d Background Color

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

This div background color is #ae928d


#ae928d Border Color

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

This div border color is #ae928d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae928d


Comments

No comments written yet.

Please login to write comment.