Color Hex Logo

#ae907b Color Hex

#AE907B
(174,144,123)
0 Favorites   0 Comments

Color spaces of #ae907b

RGB 174144123
HSL0.070.240.58
HSV25°29°68°
CMYK 0.000.170.29   0.32
XYZ31.004030.375222.9678
Yxy30.37520.36760.3601
Hunter Lab55.11373.965513.8714
CIE-Lab61.97668.082515.3869

#ae907b color RGB value is (174,144,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 01111011
Octal 256 220 173
Decimal 174 144 123
Hex AE 90 7B

RGB Percentages of Color #ae907b

%39.46
%32.65
%27.89

CMYK Percentages of Color #ae907b

%0
%17
%29
%32

Triadic Colors of #ae907b

#ae907b #7bae90 #907bae

Analogous Colors of #ae907b

#ae907b #aeaa7b #ae7b80

Monochromatic Colors of #ae907b

#ae907b

Complementary Color

#ae907b #7b99ae

#ae907b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae907b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae907b Color CSS Codes

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

#ae907b Text Font Color

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

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


#ae907b Background Color

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

This div background color is #ae907b


#ae907b Border Color

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

This div border color is #ae907b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae907b


Comments

No comments written yet.

Please login to write comment.