Color Hex Logo

#ae8299 Color Hex

#AE8299
(174,130,153)
0 Favorites   0 Comments

Color spaces of #ae8299

RGB 174130153
HSL0.910.210.60
HSV329°25°68°
CMYK 0.000.250.12   0.32
XYZ31.188027.263833.7557
Yxy27.26380.33820.2957
Hunter Lab52.214715.2427-1.7794
CIE-Lab59.217720.6538-5.6749

#ae8299 color RGB value is (174,130,153).

#ae8299 hex color red value is 174, green value is 130 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ae8299 hue: 0.91 , saturation: 0.21 and the lightness value of ae8299 is 0.60.

The process color (four color CMYK) of #ae8299 color hex is 0.00, 0.25, 0.12, 0.32. Web safe color of #ae8299 is #999999. Color #ae8299 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000010 10011001
Octal 256 202 231
Decimal 174 130 153
Hex AE 82 99

RGB Percentages of Color #ae8299

%38.07
%28.45
%33.48

CMYK Percentages of Color #ae8299

%0
%25
%12
%32

Triadic Colors of #ae8299

#ae8299 #99ae82 #8299ae

Analogous Colors of #ae8299

#ae8299 #ae8283 #ad82ae

Monochromatic Colors of #ae8299

#ae8299

Complementary Color

#ae8299 #82ae97

#ae8299 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae8299 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae8299 Color CSS Codes

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

#ae8299 Text Font Color

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

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


#ae8299 Background Color

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

This div background color is #ae8299


#ae8299 Border Color

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

This div border color is #ae8299


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae8299


Comments

No comments written yet.

Please login to write comment.