Color Hex Logo

#ae788a Color Hex

#AE788A
(174,120,138)
0 Favorites   0 Comments

Color spaces of #ae788a

RGB 174120138
HSL0.940.250.58
HSV340°31°68°
CMYK 0.000.310.21   0.32
XYZ28.759524.266627.2129
Yxy24.26660.35840.3024
Hunter Lab49.261118.00441.7297
CIE-Lab56.353723.8044-1.2322

#ae788a color RGB value is (174,120,138).

#ae788a hex color red value is 174, green value is 120 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ae788a hue: 0.94 , saturation: 0.25 and the lightness value of ae788a is 0.58.

The process color (four color CMYK) of #ae788a color hex is 0.00, 0.31, 0.21, 0.32. Web safe color of #ae788a is #996699. Color #ae788a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01111000 10001010
Octal 256 170 212
Decimal 174 120 138
Hex AE 78 8A

RGB Percentages of Color #ae788a

%40.28
%27.78
%31.94

CMYK Percentages of Color #ae788a

%0
%31
%21
%32

Triadic Colors of #ae788a

#ae788a #8aae78 #788aae

Analogous Colors of #ae788a

#ae788a #ae8178 #ae78a5

Monochromatic Colors of #ae788a

#ae788a

Complementary Color

#ae788a #78ae9c

#ae788a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae788a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae788a Color CSS Codes

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

#ae788a Text Font Color

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

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


#ae788a Background Color

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

This div background color is #ae788a


#ae788a Border Color

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

This div border color is #ae788a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae788a


Comments

No comments written yet.

Please login to write comment.