Color Hex Logo

#ae948e Color Hex

#AE948E
(174,148,142)
0 Favorites   0 Comments

Color spaces of #ae948e

RGB 174148142
HSL0.030.160.62
HSV11°18°68°
CMYK 0.000.150.18   0.32
XYZ32.927932.131530.0577
Yxy32.13150.34620.3378
Hunter Lab56.68474.49188.2400
CIE-Lab63.45148.70256.7599

#ae948e color RGB value is (174,148,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 10001110
Octal 256 224 216
Decimal 174 148 142
Hex AE 94 8E

RGB Percentages of Color #ae948e

%37.50
%31.90
%30.60

CMYK Percentages of Color #ae948e

%0
%15
%18
%32

Triadic Colors of #ae948e

#ae948e #8eae94 #948eae

Analogous Colors of #ae948e

#ae948e #aea48e #ae8e98

Monochromatic Colors of #ae948e

#ae948e

Complementary Color

#ae948e #8ea8ae

#ae948e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae948e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae948e Color CSS Codes

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

#ae948e Text Font Color

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

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


#ae948e Background Color

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

This div background color is #ae948e


#ae948e Border Color

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

This div border color is #ae948e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae948e


Comments

No comments written yet.

Please login to write comment.