Color Hex Logo

#ae949b Color Hex

#AE949B
(174,148,155)
0 Favorites   0 Comments

Color spaces of #ae949b

RGB 174148155
HSL0.960.140.63
HSV344°15°68°
CMYK 0.000.150.11   0.32
XYZ33.961932.545035.5022
Yxy32.54500.33290.3190
Hunter Lab57.04826.43013.0365
CIE-Lab63.790810.8777-0.0857

#ae949b color RGB value is (174,148,155).

#ae949b hex color red value is 174, green value is 148 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae949b hue: 0.96 , saturation: 0.14 and the lightness value of ae949b is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 10011011
Octal 256 224 233
Decimal 174 148 155
Hex AE 94 9B

RGB Percentages of Color #ae949b

%36.48
%31.03
%32.49

CMYK Percentages of Color #ae949b

%0
%15
%11
%32

Triadic Colors of #ae949b

#ae949b #9bae94 #949bae

Analogous Colors of #ae949b

#ae949b #ae9a94 #ae94a8

Monochromatic Colors of #ae949b

#ae949b

Complementary Color

#ae949b #94aea7

#ae949b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae949b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae949b Color CSS Codes

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

#ae949b Text Font Color

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

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


#ae949b Background Color

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

This div background color is #ae949b


#ae949b Border Color

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

This div border color is #ae949b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae949b


Comments

No comments written yet.

Please login to write comment.