Color Hex Logo

#ae969b Color Hex

#AE969B
(174,150,155)
0 Favorites   0 Comments

Color spaces of #ae969b

RGB 174150155
HSL0.970.130.64
HSV348°14°68°
CMYK 0.000.140.11   0.32
XYZ34.278333.177935.6077
Yxy33.17790.33260.3219
Hunter Lab57.60035.42613.6679
CIE-Lab64.30479.76090.6642

#ae969b color RGB value is (174,150,155).

#ae969b hex color red value is 174, green value is 150 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ae969b hue: 0.97 , saturation: 0.13 and the lightness value of ae969b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 10011011
Octal 256 226 233
Decimal 174 150 155
Hex AE 96 9B

RGB Percentages of Color #ae969b

%36.33
%31.32
%32.36

CMYK Percentages of Color #ae969b

%0
%14
%11
%32

Triadic Colors of #ae969b

#ae969b #9bae96 #969bae

Analogous Colors of #ae969b

#ae969b #ae9d96 #ae96a7

Monochromatic Colors of #ae969b

#ae969b

Complementary Color

#ae969b #96aea9

#ae969b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae969b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae969b Color CSS Codes

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

#ae969b Text Font Color

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

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


#ae969b Background Color

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

This div background color is #ae969b


#ae969b Border Color

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

This div border color is #ae969b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae969b

#ae969b Color Palettes


Comments

No comments written yet.

Please login to write comment.