Color Hex Logo

#e6aaab Color Hex

#E6AAAB
(230,170,171)
0 Favorites   0 Comments

Color spaces of #e6aaab

RGB 230170171
HSL1.000.550.78
HSV359°26°90°
CMYK 0.000.260.26   0.10
XYZ54.358548.512745.0270
Yxy48.51270.36750.3280
Hunter Lab69.651117.419310.4268
CIE-Lab75.147222.15458.1452

#e6aaab color RGB value is (230,170,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10101010 10101011
Octal 346 252 253
Decimal 230 170 171
Hex E6 AA AB

RGB Percentages of Color #e6aaab

%40.28
%29.77
%29.95

CMYK Percentages of Color #e6aaab

%0
%26
%26
%10

Triadic Colors of #e6aaab

#e6aaab #abe6aa #aaabe6

Analogous Colors of #e6aaab

#e6aaab #e6c7aa #e6aac9

Monochromatic Colors of #e6aaab

#e6aaab

Complementary Color

#e6aaab #aae6e5

#e6aaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6aaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6aaab Color CSS Codes

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

#e6aaab Text Font Color

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

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


#e6aaab Background Color

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

This div background color is #e6aaab


#e6aaab Border Color

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

This div border color is #e6aaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6aaab


Comments

No comments written yet.

Please login to write comment.