Color Hex Logo

#ae908a Color Hex

#AE908A
(174,144,138)
0 Favorites   0 Comments

Color spaces of #ae908a

RGB 174144138
HSL0.030.180.61
HSV10°21°68°
CMYK 0.000.170.21   0.32
XYZ32.016330.780228.2985
Yxy30.78020.35150.3379
Hunter Lab55.47995.91888.5940
CIE-Lab62.321610.30127.4039

#ae908a color RGB value is (174,144,138).

#ae908a hex color red value is 174, green value is 144 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ae908a hue: 0.03 , saturation: 0.18 and the lightness value of ae908a is 0.61.

The process color (four color CMYK) of #ae908a color hex is 0.00, 0.17, 0.21, 0.32. Web safe color of #ae908a is #999999. Color #ae908a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010000 10001010
Octal 256 220 212
Decimal 174 144 138
Hex AE 90 8A

RGB Percentages of Color #ae908a

%38.16
%31.58
%30.26

CMYK Percentages of Color #ae908a

%0
%17
%21
%32

Triadic Colors of #ae908a

#ae908a #8aae90 #908aae

Analogous Colors of #ae908a

#ae908a #aea28a #ae8a96

Monochromatic Colors of #ae908a

#ae908a

Complementary Color

#ae908a #8aa8ae

#ae908a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae908a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae908a Color CSS Codes

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

#ae908a Text Font Color

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

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


#ae908a Background Color

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

This div background color is #ae908a


#ae908a Border Color

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

This div border color is #ae908a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae908a


Comments

No comments written yet.

Please login to write comment.