Color Hex Logo

#e6daad Color Hex

#E6DAAD
(230,218,173)
0 Favorites   0 Comments

Color spaces of #e6daad

RGB 230218173
HSL0.130.530.79
HSV47°25°90°
CMYK 0.000.050.25   0.10
XYZ65.247469.982949.6043
Yxy69.98290.35300.3786
Hunter Lab83.6558-7.176423.4026
CIE-Lab86.9885-2.841723.6742

#e6daad color RGB value is (230,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 11011010 10101101
Octal 346 332 255
Decimal 230 218 173
Hex E6 DA AD

RGB Percentages of Color #e6daad

%37.04
%35.10
%27.86

CMYK Percentages of Color #e6daad

%0
%5
%25
%10

Triadic Colors of #e6daad

#e6daad #ade6da #daade6

Analogous Colors of #e6daad

#e6daad #d6e6ad #e6bead

Monochromatic Colors of #e6daad

#e6daad

Complementary Color

#e6daad #adb9e6

#e6daad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6daad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6daad Color CSS Codes

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

#e6daad Text Font Color

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

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


#e6daad Background Color

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

This div background color is #e6daad


#e6daad Border Color

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

This div border color is #e6daad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6daad


Comments

No comments written yet.

Please login to write comment.