Color Hex Logo

#ae969f Color Hex

#AE969F
(174,150,159)
0 Favorites   0 Comments

Color spaces of #ae969f

RGB 174150159
HSL0.940.130.64
HSV338°14°68°
CMYK 0.000.140.09   0.32
XYZ34.619933.314637.4066
Yxy33.31460.32860.3163
Hunter Lab57.71886.05691.9783
CIE-Lab64.414810.4645-1.4283

#ae969f color RGB value is (174,150,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 10011111
Octal 256 226 237
Decimal 174 150 159
Hex AE 96 9F

RGB Percentages of Color #ae969f

%36.02
%31.06
%32.92

CMYK Percentages of Color #ae969f

%0
%14
%9
%32

Triadic Colors of #ae969f

#ae969f #9fae96 #969fae

Analogous Colors of #ae969f

#ae969f #ae9996 #ae96ab

Monochromatic Colors of #ae969f

#ae969f

Complementary Color

#ae969f #96aea5

#ae969f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae969f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae969f Color CSS Codes

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

#ae969f Text Font Color

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

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


#ae969f Background Color

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

This div background color is #ae969f


#ae969f Border Color

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

This div border color is #ae969f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae969f


Comments

No comments written yet.

Please login to write comment.