Hex #f5deb3 Color

#f5deb3
equivalent to

RGB

(245, 222, 179)

Details of #f5deb3

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
245
71.9141
0.11
0.00
89.3507
74.9097
39°
86.5504
222
74.9097
0.77
0.09
1.5144
0.3593
27°
-3.1483
179
53.3166
0.83
0.27   0.04
24.0000
0.3743
96°
24.0736

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110101
365
245
F5
Green
11011110
336
222
DE
Blue
10110011
263
179
B3

RGB in % of #f5deb3

%37.93
%34.37
%27.71

CMYK in % of #f5deb3

%0
%9
%27
%4

Triads of color #f5deb3

#f5deb3 #deb3f5 #b3f5b3

Similar Colors to #f5deb3

#f5deb3 #f5bdb3 #ebf5b3

Preview Color #f5deb3 on black ground

#f5deb3 is very interesting for text.

Preview Color #f5deb3 on white ground

#f5deb3 is very interesting for text.

CSS Codes #f5deb3 color

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

Text Font Color #f5deb3

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

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

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

This div background color is #f5deb3


Border Color #f5deb3

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

The color of this border is #f5deb3


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f5deb3