Color Hex Logo

#ae968c Color Hex

#AE968C
(174,150,140)
0 Favorites   0 Comments

Color spaces of #ae968c

RGB 174150140
HSL0.050.170.62
HSV18°20°68°
CMYK 0.000.140.20   0.32
XYZ33.095532.704829.3793
Yxy32.70480.34770.3436
Hunter Lab57.18813.22119.5726
CIE-Lab63.92127.27258.5571

#ae968c color RGB value is (174,150,140).

#ae968c hex color red value is 174, green value is 150 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ae968c hue: 0.05 , saturation: 0.17 and the lightness value of ae968c is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010110 10001100
Octal 256 226 214
Decimal 174 150 140
Hex AE 96 8C

RGB Percentages of Color #ae968c

%37.50
%32.33
%30.17

CMYK Percentages of Color #ae968c

%0
%14
%20
%32

Triadic Colors of #ae968c

#ae968c #8cae96 #968cae

Analogous Colors of #ae968c

#ae968c #aea78c #ae8c93

Monochromatic Colors of #ae968c

#ae968c

Complementary Color

#ae968c #8ca4ae

#ae968c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae968c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae968c Color CSS Codes

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

#ae968c Text Font Color

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

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


#ae968c Background Color

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

This div background color is #ae968c


#ae968c Border Color

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

This div border color is #ae968c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae968c


Comments

No comments written yet.

Please login to write comment.