Color Hex Logo

#ae828d Color Hex

#AE828D
(174,130,141)
0 Favorites   0 Comments

Color spaces of #ae828d

RGB 174130141
HSL0.960.210.60
HSV345°25°68°
CMYK 0.000.250.19   0.32
XYZ30.245926.887028.7949
Yxy26.88700.35200.3129
Hunter Lab51.852713.37773.3719
CIE-Lab58.869618.64630.7101

#ae828d color RGB value is (174,130,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10000010 10001101
Octal 256 202 215
Decimal 174 130 141
Hex AE 82 8D

RGB Percentages of Color #ae828d

%39.10
%29.21
%31.69

CMYK Percentages of Color #ae828d

%0
%25
%19
%32

Triadic Colors of #ae828d

#ae828d #8dae82 #828dae

Analogous Colors of #ae828d

#ae828d #ae8d82 #ae82a3

Monochromatic Colors of #ae828d

#ae828d

Complementary Color

#ae828d #82aea3

#ae828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae828d Color CSS Codes

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

#ae828d Text Font Color

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

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


#ae828d Background Color

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

This div background color is #ae828d


#ae828d Border Color

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

This div border color is #ae828d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae828d


Comments

No comments written yet.

Please login to write comment.