Hex #ffeed5 Color

#ffeed5
equivalent to

RGB

(255, 238, 213)

Details of #ffeed5

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
255
83.8248
0.10
0.00
94.8286
87.2132
36°
93.3880
238
87.2132
1.00
0.07
1.7823
0.3402
16°
-3.2075
213
75.3666
0.92
0.16   0.00
14.1669
0.3539
100°
17.5391

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111111
377
255
FF
Green
11101110
356
238
EE
Blue
11010101
325
213
D5

RGB in % of #ffeed5

%36.12
%33.71
%30.17

CMYK in % of #ffeed5

%0
%7
%16
%0

Triads of color #ffeed5

#ffeed5 #eed5ff #d5ffd5

Similar Colors to #ffeed5

#ffeed5 #ffd9d5 #fbffd5

Preview Color #ffeed5 on black ground

#ffeed5 is very interesting for text.

Preview Color #ffeed5 on white ground

#ffeed5 is very interesting for text.

CSS Codes #ffeed5 color

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

Text Font Color #ffeed5

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

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

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

This div background color is #ffeed5


Border Color #ffeed5

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

The color of this border is #ffeed5


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ffeed5