Hex #eed5d2 Color

#eed5d2
equivalent to

RGB

(238, 213, 210)

Details of #eed5d2

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
238
70.6870
0.02
0.00
87.2019
70.4188
83.9159
213
70.4188
0.45
0.11
8.1702
0.3335
12°
3.5080
210
70.8393
0.88
0.12   0.07
4.6331
0.3323
93°
8.7073

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11101110
356
238
EE
Green
11010101
325
213
D5
Blue
11010010
322
210
D2

RGB in % of #eed5d2

%36.01
%32.22
%31.77

CMYK in % of #eed5d2

%0
%11
%12
%7

Triads of color #eed5d2

#eed5d2 #d5d2ee #d2eed2

Similar Colors to #eed5d2

#eed5d2 #eed2dd #eee3d2

Preview Color #eed5d2 on black ground

#eed5d2 is very interesting for text.

Preview Color #eed5d2 on white ground

#eed5d2 is very interesting for text.

CSS Codes #eed5d2 color

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

Text Font Color #eed5d2

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

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

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

This div background color is #eed5d2


Border Color #eed5d2

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

The color of this border is #eed5d2


Examples Css3

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

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 #eed5d2">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #eed5d2