Color Hex Logo

#ae907f Color Hex

#AE907F
(174,144,127)
0 Favorites   0 Comments

Color spaces of #ae907f

RGB 174144127
HSL0.060.220.59
HSV22°27°68°
CMYK 0.000.170.27   0.32
XYZ31.259630.477524.3139
Yxy30.47750.36330.3542
Hunter Lab55.20644.461012.5321
CIE-Lab62.06418.648813.2558

#ae907f color RGB value is (174,144,127).

#ae907f hex color red value is 174, green value is 144 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ae907f hue: 0.06 , saturation: 0.22 and the lightness value of ae907f is 0.59.

The process color (four color CMYK) of #ae907f color hex is 0.00, 0.17, 0.27, 0.32. Web safe color of #ae907f is #999966. Color #ae907f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 01111111
Octal 256 220 177
Decimal 174 144 127
Hex AE 90 7F

RGB Percentages of Color #ae907f

%39.10
%32.36
%28.54

CMYK Percentages of Color #ae907f

%0
%17
%27
%32

Triadic Colors of #ae907f

#ae907f #7fae90 #907fae

Analogous Colors of #ae907f

#ae907f #aea87f #ae7f86

Monochromatic Colors of #ae907f

#ae907f

Complementary Color

#ae907f #7f9dae

#ae907f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae907f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae907f Color CSS Codes

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

#ae907f Text Font Color

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

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


#ae907f Background Color

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

This div background color is #ae907f


#ae907f Border Color

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

This div border color is #ae907f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae907f


Comments

No comments written yet.

Please login to write comment.