Color Hex Logo

#ae687b Color Hex

#AE687B
(174,104,123)
0 Favorites   0 Comments

Color spaces of #ae687b

RGB 174104123
HSL0.950.300.55
HSV344°40°68°
CMYK 0.000.400.29   0.32
XYZ25.981020.329421.2935
Yxy20.32940.38430.3007
Hunter Lab45.088123.95233.5612
CIE-Lab52.207630.49751.5100

#ae687b color RGB value is (174,104,123).

#ae687b hex color red value is 174, green value is 104 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ae687b hue: 0.95 , saturation: 0.30 and the lightness value of ae687b is 0.55.

The process color (four color CMYK) of #ae687b color hex is 0.00, 0.40, 0.29, 0.32. Web safe color of #ae687b is #996666. Color #ae687b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 01111011
Octal 256 150 173
Decimal 174 104 123
Hex AE 68 7B

RGB Percentages of Color #ae687b

%43.39
%25.94
%30.67

CMYK Percentages of Color #ae687b

%0
%40
%29
%32

Triadic Colors of #ae687b

#ae687b #7bae68 #687bae

Analogous Colors of #ae687b

#ae687b #ae7868 #ae689e

Monochromatic Colors of #ae687b

#ae687b

Complementary Color

#ae687b #68ae9b

#ae687b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae687b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae687b Color CSS Codes

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

#ae687b Text Font Color

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

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


#ae687b Background Color

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

This div background color is #ae687b


#ae687b Border Color

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

This div border color is #ae687b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae687b


Comments

No comments written yet.

Please login to write comment.