Hex #ffefd5 Color

#ffefd5
equivalent to

RGB

(255, 239, 213)

Details of #ffefd5

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
255
84.1167
0.10
0.00
95.0754
87.7971
37°
93.7001
239
87.7971
1.00
0.06
1.2746
0.3400
16°
-3.7312
213
75.4639
0.92
0.16   0.00
14.5163
0.3549
100°
17.8553

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11111111
377
255
FF
Green
11101111
357
239
EF
Blue
11010101
325
213
D5

RGB in % of #ffefd5

%36.07
%33.80
%30.13

CMYK in % of #ffefd5

%0
%6
%16
%0

Triads of color #ffefd5

#ffefd5 #efd5ff #d5ffd5

Similar Colors to #ffefd5

#ffefd5 #ffdad5 #faffd5

Preview Color #ffefd5 on black ground

#ffefd5 is very interesting for text.

Preview Color #ffefd5 on white ground

#ffefd5 is very interesting for text.

CSS Codes #ffefd5 color

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

Text Font Color #ffefd5

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

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

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

This div background color is #ffefd5


Border Color #ffefd5

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

The color of this border is #ffefd5


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #ffefd5