Color Hex Logo

#ae707b Color Hex

#AE707B
(174,112,123)
0 Favorites   0 Comments

Color spaces of #ae707b

RGB 174112123
HSL0.970.280.56
HSV349°36°68°
CMYK 0.000.360.29   0.32
XYZ26.824922.017121.5748
Yxy22.01710.38090.3127
Hunter Lab46.922419.93195.5843
CIE-Lab54.045126.05314.1692

#ae707b color RGB value is (174,112,123).

#ae707b hex color red value is 174, green value is 112 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ae707b hue: 0.97 , saturation: 0.28 and the lightness value of ae707b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 01110000 01111011
Octal 256 160 173
Decimal 174 112 123
Hex AE 70 7B

RGB Percentages of Color #ae707b

%42.54
%27.38
%30.07

CMYK Percentages of Color #ae707b

%0
%36
%29
%32

Triadic Colors of #ae707b

#ae707b #7bae70 #707bae

Analogous Colors of #ae707b

#ae707b #ae8470 #ae709a

Monochromatic Colors of #ae707b

#ae707b

Complementary Color

#ae707b #70aea3

#ae707b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae707b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae707b Color CSS Codes

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

#ae707b Text Font Color

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

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


#ae707b Background Color

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

This div background color is #ae707b


#ae707b Border Color

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

This div border color is #ae707b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae707b


Comments

No comments written yet.

Please login to write comment.