Color Hex Logo

#ae986b Color Hex

#AE986B
(174,152,107)
0 Favorites   0 Comments

Color spaces of #ae986b

RGB 174152107
HSL0.110.290.55
HSV40°39°68°
CMYK 0.000.130.39   0.32
XYZ31.337632.516718.5346
Yxy32.51670.38040.3947
Hunter Lab57.0234-1.695120.6451
CIE-Lab63.76771.592626.6884

#ae986b color RGB value is (174,152,107).

#ae986b hex color red value is 174, green value is 152 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ae986b hue: 0.11 , saturation: 0.29 and the lightness value of ae986b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10011000 01101011
Octal 256 230 153
Decimal 174 152 107
Hex AE 98 6B

RGB Percentages of Color #ae986b

%40.18
%35.10
%24.71

CMYK Percentages of Color #ae986b

%0
%13
%39
%32

Triadic Colors of #ae986b

#ae986b #6bae98 #986bae

Analogous Colors of #ae986b

#ae986b #a3ae6b #ae776b

Monochromatic Colors of #ae986b

#ae986b

Complementary Color

#ae986b #6b81ae

#ae986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae986b Color CSS Codes

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

#ae986b Text Font Color

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

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


#ae986b Background Color

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

This div background color is #ae986b


#ae986b Border Color

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

This div border color is #ae986b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae986b


Comments

No comments written yet.

Please login to write comment.