Color Hex Logo

#ae6869 Color Hex

#AE6869
(174,104,105)
0 Favorites   0 Comments

Color spaces of #ae6869

RGB 174104105
HSL1.000.300.55
HSV359°40°68°
CMYK 0.000.400.40   0.32
XYZ24.955719.919215.8941
Yxy19.91920.41070.3278
Hunter Lab44.630921.705410.1271
CIE-Lab51.745728.162411.4965

#ae6869 color RGB value is (174,104,105).

#ae6869 hex color red value is 174, green value is 104 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ae6869 hue: 1.00 , saturation: 0.30 and the lightness value of ae6869 is 0.55.

The process color (four color CMYK) of #ae6869 color hex is 0.00, 0.40, 0.40, 0.32. Web safe color of #ae6869 is #996666. Color #ae6869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 01101000 01101001
Octal 256 150 151
Decimal 174 104 105
Hex AE 68 69

RGB Percentages of Color #ae6869

%45.43
%27.15
%27.42

CMYK Percentages of Color #ae6869

%0
%40
%40
%32

Triadic Colors of #ae6869

#ae6869 #69ae68 #6869ae

Analogous Colors of #ae6869

#ae6869 #ae8a68 #ae688c

Monochromatic Colors of #ae6869

#ae6869

Complementary Color

#ae6869 #68aead

#ae6869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae6869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae6869 Color CSS Codes

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

#ae6869 Text Font Color

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

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


#ae6869 Background Color

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

This div background color is #ae6869


#ae6869 Border Color

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

This div border color is #ae6869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae6869


Comments

No comments written yet.

Please login to write comment.