Hex #eee5de Color

#eee5de
equivalent to

RGB

(238, 229, 222)

Details of #eee5de

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
76.4640
0.07
0.00
91.4554
79.4897
26°
89.1570
229
79.4897
0.32
0.04
1.8551
0.3235
-2.9367
222
80.4202
0.90
0.07   0.07
4.4818
0.3363
93°
8.9481

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
11100101
345
229
E5
Blue
11011110
336
222
DE

RGB in % of #eee5de

%34.54
%33.24
%32.22

CMYK in % of #eee5de

%0
%4
%7
%7

Triads of color #eee5de

#eee5de #e5deee #deeede

Similar Colors to #eee5de

#eee5de #eededf #eeedde

Preview Color #eee5de on black ground

#eee5de is very interesting for text.

Preview Color #eee5de on white ground

#eee5de is very interesting for text.

CSS Codes #eee5de color

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

Text Font Color #eee5de

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

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


Background Color #eee5de

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

This div background color is #eee5de


Border Color #eee5de

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

The color of this border is #eee5de


Examples Css3

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

Text Shadow using RGB

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

The shadow of this text using RGB.


Text Shadow using Hex

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #eee5de