Color Hex Logo

#e6daaa Color Hex

#E6DAAA
(230,218,170)
0 Favorites   0 Comments

Color spaces of #e6daaa

RGB 230218170
HSL0.130.550.78
HSV48°26°90°
CMYK 0.000.050.26   0.10
XYZ64.960269.868148.0923
Yxy69.86810.35510.3820
Hunter Lab83.5871-7.555324.3982
CIE-Lab86.9321-3.246925.1568

#e6daaa color RGB value is (230,218,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011010 10101010
Octal 346 332 252
Decimal 230 218 170
Hex E6 DA AA

RGB Percentages of Color #e6daaa

%37.22
%35.28
%27.51

CMYK Percentages of Color #e6daaa

%0
%5
%26
%10

Triadic Colors of #e6daaa

#e6daaa #aae6da #daaae6

Analogous Colors of #e6daaa

#e6daaa #d4e6aa #e6bcaa

Monochromatic Colors of #e6daaa

#e6daaa

Complementary Color

#e6daaa #aab6e6

#e6daaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6daaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6daaa Color CSS Codes

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

#e6daaa Text Font Color

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

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


#e6daaa Background Color

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

This div background color is #e6daaa


#e6daaa Border Color

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

This div border color is #e6daaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,218,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 #e6daaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6daaa


Comments

No comments written yet.

Please login to write comment.