Color Hex Logo

#e6aeaa Color Hex

#E6AEAA
(230,174,170)
0 Favorites   0 Comments

Color spaces of #e6aeaa

RGB 230174170
HSL0.010.550.78
HSV26°90°
CMYK 0.000.240.26   0.10
XYZ55.024949.997444.7805
Yxy49.99740.36730.3338
Hunter Lab70.708815.166411.9473
CIE-Lab76.067719.875910.0047

#e6aeaa color RGB value is (230,174,170).

#e6aeaa hex color red value is 230, green value is 174 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e6aeaa hue: 0.01 , saturation: 0.55 and the lightness value of e6aeaa is 0.78.

The process color (four color CMYK) of #e6aeaa color hex is 0.00, 0.24, 0.26, 0.10. Web safe color of #e6aeaa is #ff9999. Color #e6aeaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101110 10101010
Octal 346 256 252
Decimal 230 174 170
Hex E6 AE AA

RGB Percentages of Color #e6aeaa

%40.07
%30.31
%29.62

CMYK Percentages of Color #e6aeaa

%0
%24
%26
%10

Triadic Colors of #e6aeaa

#e6aeaa #aae6ae #aeaae6

Analogous Colors of #e6aeaa

#e6aeaa #e6ccaa #e6aac4

Monochromatic Colors of #e6aeaa

#e6aeaa

Complementary Color

#e6aeaa #aae2e6

#e6aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aeaa Color CSS Codes

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

#e6aeaa Text Font Color

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

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


#e6aeaa Background Color

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

This div background color is #e6aeaa


#e6aeaa Border Color

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

This div border color is #e6aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aeaa


Comments

No comments written yet.

Please login to write comment.