Color Hex Logo

#ae969d Color Hex

#AE969D
(174,150,157)
0 Favorites   0 Comments

Color spaces of #ae969d

RGB 174150157
HSL0.950.130.64
HSV343°14°68°
CMYK 0.000.140.10   0.32
XYZ34.447733.245736.4998
Yxy33.24570.33060.3191
Hunter Lab57.65915.73922.8291
CIE-Lab64.359410.1106-0.3828

#ae969d color RGB value is (174,150,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 10011101
Octal 256 226 235
Decimal 174 150 157
Hex AE 96 9D

RGB Percentages of Color #ae969d

%36.17
%31.19
%32.64

CMYK Percentages of Color #ae969d

%0
%14
%10
%32

Triadic Colors of #ae969d

#ae969d #9dae96 #969dae

Analogous Colors of #ae969d

#ae969d #ae9b96 #ae96a9

Monochromatic Colors of #ae969d

#ae969d

Complementary Color

#ae969d #96aea7

#ae969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae969d Color CSS Codes

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

#ae969d Text Font Color

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

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


#ae969d Background Color

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

This div background color is #ae969d


#ae969d Border Color

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

This div border color is #ae969d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae969d


Comments

No comments written yet.

Please login to write comment.