Color Hex Logo

#ae987b Color Hex

#AE987B
(174,152,123)
0 Favorites   0 Comments

Color spaces of #ae987b

RGB 174152123
HSL0.090.240.58
HSV34°29°68°
CMYK 0.000.130.29   0.32
XYZ32.258932.885223.3861
Yxy32.88520.36440.3715
Hunter Lab57.34560.057615.9629
CIE-Lab64.06783.651018.2740

#ae987b color RGB value is (174,152,123).

#ae987b hex color red value is 174, green value is 152 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ae987b hue: 0.09 , saturation: 0.24 and the lightness value of ae987b is 0.58.

The process color (four color CMYK) of #ae987b color hex is 0.00, 0.13, 0.29, 0.32. Web safe color of #ae987b is #999966. Color #ae987b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 01111011
Octal 256 230 173
Decimal 174 152 123
Hex AE 98 7B

RGB Percentages of Color #ae987b

%38.75
%33.85
%27.39

CMYK Percentages of Color #ae987b

%0
%13
%29
%32

Triadic Colors of #ae987b

#ae987b #7bae98 #987bae

Analogous Colors of #ae987b

#ae987b #abae7b #ae7f7b

Monochromatic Colors of #ae987b

#ae987b

Complementary Color

#ae987b #7b91ae

#ae987b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae987b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae987b Color CSS Codes

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

#ae987b Text Font Color

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

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


#ae987b Background Color

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

This div background color is #ae987b


#ae987b Border Color

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

This div border color is #ae987b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae987b


Comments

No comments written yet.

Please login to write comment.