Hex #f0e68c Color

#f0e68c
equivalent to

RGB

(240, 230, 140)

Details of #f0e68c

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
240
68.9656
0.15
0.00
90.3273
77.0123
54°
87.7567
230
77.0123
0.77
0.04
-9.0090
0.3789
42°
-13.2954
140
36.0409
0.75
0.42   0.06
44.9741
0.4231
94°
37.0872

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11110000
360
240
F0
Green
11100110
346
230
E6
Blue
10001100
214
140
8C

RGB in % of #f0e68c

%39.34
%37.70
%22.95

CMYK in % of #f0e68c

%0
%4
%42
%6

Triads of color #f0e68c

#f0e68c #e68cf0 #8cf08c

Similar Colors to #f0e68c

#f0e68c #f0b48c #c8f08c

Preview Color #f0e68c on black ground

#f0e68c is very interesting for text.

Preview Color #f0e68c on white ground

#f0e68c is very interesting for text.

CSS Codes #f0e68c color

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

Text Font Color #f0e68c

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

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

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

This div background color is #f0e68c


Border Color #f0e68c

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

The color of this border is #f0e68c


Examples Css3

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

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

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #f0e68c