Color Hex Logo

#ae948d Color Hex

#AE948D
(174,148,141)
0 Favorites   0 Comments

Color spaces of #ae948d

RGB 174148141
HSL0.040.170.62
HSV13°19°68°
CMYK 0.000.150.19   0.32
XYZ32.853232.101629.6640
Yxy32.10160.34720.3393
Hunter Lab56.65834.35098.6189
CIE-Lab63.42688.54307.2885

#ae948d color RGB value is (174,148,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 10001101
Octal 256 224 215
Decimal 174 148 141
Hex AE 94 8D

RGB Percentages of Color #ae948d

%37.58
%31.97
%30.45

CMYK Percentages of Color #ae948d

%0
%15
%19
%32

Triadic Colors of #ae948d

#ae948d #8dae94 #948dae

Analogous Colors of #ae948d

#ae948d #aea58d #ae8d97

Monochromatic Colors of #ae948d

#ae948d

Complementary Color

#ae948d #8da7ae

#ae948d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae948d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae948d Color CSS Codes

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

#ae948d Text Font Color

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

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


#ae948d Background Color

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

This div background color is #ae948d


#ae948d Border Color

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

This div border color is #ae948d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,148,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 #ae948d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae948d


Comments

No comments written yet.

Please login to write comment.