Color Hex Logo

#e9dace Color Hex

#E9DACE
(233,218,206)
0 Favorites   0 Comments

Color spaces of #e9dace

RGB 233218206
HSL0.070.380.86
HSV27°12°91°
CMYK 0.000.060.12   0.09
XYZ69.816371.922768.5953
Yxy71.92270.33190.3419
Hunter Lab84.8073-1.465211.4091
CIE-Lab87.93143.15807.7405

#e9dace color RGB value is (233,218,206).

#e9dace hex color red value is 233, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e9dace hue: 0.07 , saturation: 0.38 and the lightness value of e9dace is 0.86.

The process color (four color CMYK) of #e9dace color hex is 0.00, 0.06, 0.12, 0.09. Web safe color of #e9dace is #ffcccc. Color #e9dace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11011010 11001110
Octal 351 332 316
Decimal 233 218 206
Hex E9 DA CE

RGB Percentages of Color #e9dace

%35.46
%33.18
%31.35

CMYK Percentages of Color #e9dace

%0
%6
%12
%9

Triadic Colors of #e9dace

#e9dace #cee9da #dacee9

Analogous Colors of #e9dace

#e9dace #e9e8ce #e9ced0

Monochromatic Colors of #e9dace

#e9dace

Complementary Color

#e9dace #cedde9

#e9dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9dace Color CSS Codes

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

#e9dace Text Font Color

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

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


#e9dace Background Color

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

This div background color is #e9dace


#e9dace Border Color

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

This div border color is #e9dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9dace


Comments

No comments written yet.

Please login to write comment.