Color Hex Logo

#ae666f Color Hex

#AE666F
(174,102,111)
0 Favorites   0 Comments

Color spaces of #ae666f

RGB 174102111
HSL0.980.310.54
HSV353°41°68°
CMYK 0.000.410.36   0.32
XYZ25.076219.649117.5099
Yxy19.64910.40290.3157
Hunter Lab44.327323.40567.6087
CIE-Lab51.438130.00277.5121

#ae666f color RGB value is (174,102,111).

#ae666f hex color red value is 174, green value is 102 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ae666f hue: 0.98 , saturation: 0.31 and the lightness value of ae666f is 0.54.

The process color (four color CMYK) of #ae666f color hex is 0.00, 0.41, 0.36, 0.32. Web safe color of #ae666f is #996666. Color #ae666f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01100110 01101111
Octal 256 146 157
Decimal 174 102 111
Hex AE 66 6F

RGB Percentages of Color #ae666f

%44.96
%26.36
%28.68

CMYK Percentages of Color #ae666f

%0
%41
%36
%32

Triadic Colors of #ae666f

#ae666f #6fae66 #666fae

Analogous Colors of #ae666f

#ae666f #ae8166 #ae6693

Monochromatic Colors of #ae666f

#ae666f

Complementary Color

#ae666f #66aea5

#ae666f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae666f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae666f Color CSS Codes

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

#ae666f Text Font Color

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

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


#ae666f Background Color

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

This div background color is #ae666f


#ae666f Border Color

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

This div border color is #ae666f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae666f


Comments

No comments written yet.

Please login to write comment.