Color Hex Logo

#ae988a Color Hex

#AE988A
(174,152,138)
0 Favorites   0 Comments

Color spaces of #ae988a

RGB 174152138
HSL0.060.180.61
HSV23°21°68°
CMYK 0.000.130.21   0.32
XYZ33.271233.290128.7168
Yxy33.29010.34920.3494
Hunter Lab57.69761.960910.8789
CIE-Lab64.39515.851010.3530

#ae988a color RGB value is (174,152,138).

#ae988a hex color red value is 174, green value is 152 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ae988a hue: 0.06 , saturation: 0.18 and the lightness value of ae988a is 0.61.

The process color (four color CMYK) of #ae988a color hex is 0.00, 0.13, 0.21, 0.32. Web safe color of #ae988a is #999999. Color #ae988a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 10001010
Octal 256 230 212
Decimal 174 152 138
Hex AE 98 8A

RGB Percentages of Color #ae988a

%37.50
%32.76
%29.74

CMYK Percentages of Color #ae988a

%0
%13
%21
%32

Triadic Colors of #ae988a

#ae988a #8aae98 #988aae

Analogous Colors of #ae988a

#ae988a #aeaa8a #ae8a8e

Monochromatic Colors of #ae988a

#ae988a

Complementary Color

#ae988a #8aa0ae

#ae988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae988a Color CSS Codes

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

#ae988a Text Font Color

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

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


#ae988a Background Color

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

This div background color is #ae988a


#ae988a Border Color

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

This div border color is #ae988a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,152,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 #ae988a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae988a


Comments

No comments written yet.

Please login to write comment.